X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fload_cache.php;h=fad1bdde22d6912a7c3740fb78e8984210b66e9b;hb=a84801467693b6adc9e9a984a30c79ccbc6622db;hp=f97f04d471ae121341a242e6a2156374aee6d4b4;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;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); + // ?>