]> git.mxchange.org Git - mailer.git/blobdiff - inc/check-reset.php
- Notification mode added to surfbar (dummy!)
[mailer.git] / inc / check-reset.php
index 1b348a97c7cd1285cd78cffa606ccb4e15060290..ec19cb89525db351018557dda88790eb0c18faef 100644 (file)
@@ -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
 
 //