X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge.php;h=d824f93912de3b3294786bab23d0ebdceb1ac118;hb=4fe584c2e58ca2babe4141c1f4e8a595ec7a3ee9;hp=2308d59e3b5b54abb41aa1f3271d18eb0ffdae6c;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index 2308d59e3b..d824f93912 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -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');