X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge.php;h=d824f93912de3b3294786bab23d0ebdceb1ac118;hb=4fe584c2e58ca2babe4141c1f4e8a595ec7a3ee9;hp=a403cbef38d4906726c98869d0cd55cd718dc3e6;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index a403cbef38..d824f93912 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. Mär 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!!!!!! * * -------------------------------------------------------------------- * @@ -42,8 +42,12 @@ if (!defined('__SECURITY')) { require($INC); } // END - if +// Init & set the include pool +INIT_INC_POOL(); +SET_INC_POOL(GET_DIR_AS_ARRAY("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');