]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_cache.php
major login problems fixed and some code-improvements
[mailer.git] / inc / load_cache.php
index 3cca36147fb1c12127c3b2c4694576fd62783f49..d31cf3a766e6d2e3901a4395af54dc0538b60346 100644 (file)
@@ -98,7 +98,7 @@ if (($CACHE->cache_file("admins", true) == true)) {
                $CACHE->cache_destroy();
                unset($ADMINS);
        }
-} elseif (($CONFIG['cache_admins'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
+} elseif (($_CONFIG['cache_admins'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file
        $CACHE->cache_init("ADMINS");
 
@@ -163,7 +163,7 @@ if ($CACHE->cache_file("mod_reg", true) == true) {
                        unset($MODULES['has_menu'][$key]);
                }
        }
-} elseif (($CONFIG['cache_modreg'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
+} elseif (($_CONFIG['cache_modreg'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file here
        $CACHE->cache_init("MODULES");
 
@@ -210,7 +210,7 @@ if ($CACHE->cache_file("config", true) == true) {
                $CACHE->cache_destroy();
                unset($CFG_CACHE);
        }
-} elseif (($CONFIG['cache_config'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
+} elseif (($_CONFIG['cache_config'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file here
        $CACHE->cache_init("CONFIG");
 
@@ -249,7 +249,7 @@ if ($CACHE->cache_file("refsystem", true) == true) {
                $CACHE->cache_destroy();
                unset($REF_SYSTEM);
        }
-} elseif (($CONFIG['cache_refsys'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
+} elseif (($_CONFIG['cache_refsys'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file here
        $CACHE->cache_init("REFSYSTEM");
 
@@ -288,7 +288,7 @@ if ($CACHE->cache_file("refdepths", true) == true) {
                $CACHE->cache_destroy();
                unset($REF_DEPTHS);
        }
-} elseif (($CONFIG['cache_refdepth'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
+} elseif (($_CONFIG['cache_refdepth'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file here
        $CACHE->cache_init("REFDEPTHS");
 
@@ -331,7 +331,7 @@ if (GET_EXT_VERSION("admins") >= "0.3") {
                                unset($ADMINS_ACLS);
                        }
                }
-       } elseif (($CONFIG['cache_acls'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
+       } elseif (($_CONFIG['cache_acls'] == 'Y') && ($CSS != "1") && ($CSS != "-1")) {
                // Create cache file here
                $CACHE->cache_init("ADMINS_ACLS");