X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fautopurge.php;h=b312634738900081d372ac212bc97127dbd1a128;hp=f3b1af8477fb5d2ab76add04b6475032c1e8e782;hb=37b921016ad1685c0938cff9d7069fb8e8b3f0cf;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5 diff --git a/inc/autopurge.php b/inc/autopurge.php index f3b1af8477..b312634738 100644 --- a/inc/autopurge.php +++ b/inc/autopurge.php @@ -46,6 +46,9 @@ foreach ($INC_POOL as $fqfn) { require_once($fqfn); } // END - foreach +// 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");