X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fcheck-reset.php;h=ec19cb89525db351018557dda88790eb0c18faef;hb=3c2f106c02f6d86a90f529a0564abcbbe716fe71;hp=1b348a97c7cd1285cd78cffa606ccb4e15060290;hpb=e6e3183f794b385f5acc38b371c220cc35cdac38;p=mailer.git diff --git a/inc/check-reset.php b/inc/check-reset.php index 1b348a97c7..ec19cb8952 100644 --- a/inc/check-reset.php +++ b/inc/check-reset.php @@ -59,6 +59,9 @@ if ((date("d", $_CONFIG['last_update']) != date("d", time())) && (!defined('mxch foreach ($INC_POOL as $incFile) { require_once($incFile); } // END - foreach + + // Remove array + unset($INC_POOL); } // END - if //