示例#1
0
 static function globalCfgSymlinksRelative()
 {
     if (!AnwEnv::hasSymlink()) {
         return false;
     }
     $amCfgSetup = self::getGlobalComponent()->cfg(AnwComponentGlobal_global::CFG_SYSTEM);
     $sCfgValue = $amCfgSetup[AnwISettings_globalSystem::FIELD_CACHE][AnwISettings_globalSystemCache::FIELD_SYMLINKS_RELATIVE];
     return $sCfgValue;
 }