X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge.php;h=75bddcd86b15f2864ccb3d377222099beda077e1;hp=15e1832d90e0b7b20f9992ecf6cf887da4ddd377;hb=1e6d7b906ac9481fc5120d7a1a5e6a4d7a509296;hpb=3b85bd5030ad591b0c5cb038ca534a7b50e1b319 diff --git a/inc/autopurge.php b/inc/autopurge.php index 15e1832d90..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(); -} // END - if +// Run filters for extra autopurge +RUN_FILTER('extra_autopurge'); // ?>