class_exists('RootDB')로 대체 가능
@@ -3,13 +3,11 @@ namespace sammo;
require('_common.php');
if(!AppConf::getRoot()->isExists()){
if(!class_exists('RootDB')){
header ('Location:install.php');
die();
}
require(ROOT.'/f_config/DB.php');
$session = Session::Instance();
The note is not visible to the blocked user.