-global 없이 사용가능 -isExist()를 isExists()로 변경
@@ -2,7 +2,7 @@
require('_common.php');
require(ROOT.'/f_config/SETTING.php');
if(!$SETTING->isExist()){
if(!$SETTING->isExists()){
header ('Location:install.php');
die();
}
The note is not visible to the blocked user.