X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fload_cache.php;h=d31cf3a766e6d2e3901a4395af54dc0538b60346;hp=3cca36147fb1c12127c3b2c4694576fd62783f49;hb=60494e212a67fe360bfbb481eb4928480a6f379b;hpb=c99c15da4f0f45ea20be40a1320112e7af83af90 diff --git a/inc/load_cache.php b/inc/load_cache.php index 3cca36147f..d31cf3a766 100644 --- a/inc/load_cache.php +++ b/inc/load_cache.php @@ -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");