X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge.php;h=aec79e6cc367c3a16795584aed808e6bb4f3e6df;hb=e3701377bd1dcae6ac39265f8c1bdd8d0fed7911;hp=72b242a0b41048526634c85707077ce35a92d8fc;hpb=5deec33be1baf2135eefc2bbb0d1b63c6cbd2f9a;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index 72b242a0b4..aec79e6cc3 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -37,11 +37,8 @@ if (!defined('__SECURITY')) { require($INC); } // END - if -// Load all includes -$INC_POOL = GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"); - // Run the filter -runFilterChain('load_includes', $INC_POOL); +runFilterChain('load_includes', GET_DIR_AS_ARRAY("inc/autopurge/", "purge-")); // Run filters for extra autopurge runFilterChain('extra_autopurge');