X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge.php;h=75bddcd86b15f2864ccb3d377222099beda077e1;hb=6fed06f59ba6904726fb2842aeee12bd8ffb352a;hp=ee4ec0224aaf1a6ff562f40e63ddbe17d162325c;hpb=c5a4b89497cf1430b387b43e0c7808ef6dac0acd;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index ee4ec0224a..75bddcd86b 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -40,20 +40,11 @@ if (!defined('__SECURITY')) { // Load all includes $INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/autopurge/", "purge-"); -// Include them all -foreach ($INC_POOL as $fqfn) { - // Load them only once - require_once($fqfn); -} // END - foreach +// Run the filter +RUN_FILTER('load_includes', $INC_POOL); -// Remove array -unset($INC_POOL); - -if (EXT_IS_ACTIVE("rallye")) { - // Check expired rallyes (hard-coded 3 days limit for displaying expired rallyes!) - require_once(PATH."inc/libs/rallye_functions.php"); - RALLYE_DELETE_EXPIRED_RALLYES(); -} +// Run filters for extra autopurge +RUN_FILTER('extra_autopurge'); // ?>