X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=fad1bdde22d6912a7c3740fb78e8984210b66e9b;hb=08e7a259eb3649641a680bde64854f54cd5c5b68;hp=f97f04d471ae121341a242e6a2156374aee6d4b4;hpb=b73c135350d7ed266c0cac680105707139bd892d;p=mailer.git diff --git a/inc/load_cache.php b/inc/load_cache.php index f97f04d471..fad1bdde22 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -46,5 +46,8 @@ foreach ($INC_POOL as $fqfn) { require_once($fqfn); } // END - foreach +// Remove array +unset($INC_POOL); + // ?>