]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/cache_functions.php
All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / libs / cache_functions.php
index bb5db58000437a062c22366339b8590ab85638f6..4e12fb90c3e20968167f84a2b39df891baf23128 100644 (file)
@@ -178,7 +178,7 @@ class CacheSystem {
                        $cache_version = null;
 
                        // Load cache file
-                       require_once($this->inc);
+                       LOAD_INC_ONCE($this->inc);
 
                        // Is there an array?
                        if (is_array($data)) {