X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fautopurge.php;h=72b242a0b41048526634c85707077ce35a92d8fc;hb=2e0f1bfd10fc3d9fe9b43d29cc3e32622b262c63;hp=15e1832d90e0b7b20f9992ecf6cf887da4ddd377;hpb=3b85bd5030ad591b0c5cb038ca534a7b50e1b319;p=mailer.git diff --git a/inc/autopurge.php b/inc/autopurge.php index 15e1832d90..72b242a0b4 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -38,22 +38,13 @@ if (!defined('__SECURITY')) { } // END - if // Load all includes -$INC_POOL = GET_DIR_AS_ARRAY(PATH."inc/autopurge/", "purge-"); +$INC_POOL = GET_DIR_AS_ARRAY("inc/autopurge/", "purge-"); -// Include them all -foreach ($INC_POOL as $fqfn) { - // Load them only once - require_once($fqfn); -} // END - foreach +// Run the filter +runFilterChain('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 +runFilterChain('extra_autopurge'); // ?>