]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-config.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / loader / load_cache-config.php
index 133a6dcbefdc0d41170646af8d5d4d800315c416..72853a24f68552b65ce91ac42b925985d754df6f 100644 (file)
@@ -66,7 +66,7 @@ if (($cacheInstance->loadCacheFile("config", true)) && ($cacheInstance->extensio
        $cacheInstance->finalize();
 
        // Reload the cache
-       require(__FILE__);
+       LOAD_INC(__FILE__);
 }
 
 //