X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge.php;h=5f2af6265f74bf608ea741f66e7c2d5923e4613f;hp=89d2445ecf0b7791e8576bc613cbe460ce4bb0d6;hb=ae3dec50dc9e51c8cc08939017763839493f7064;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7 diff --git a/inc/autopurge.php b/inc/autopurge.php index 89d2445ecf..5f2af6265f 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Auto-Loeschung von veralteten Mail-Links * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -38,12 +38,16 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } // END - if +// Init & set the include pool +INIT_INC_POOL(); +SET_INC_POOL(getArrayFromDirectory('inc/autopurge/', 'purge-')); + // Run the filter -runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-")); +runFilterChain('load_includes'); // Run filters for extra autopurge runFilterChain('extra_autopurge');