class_exists 다시 수정

This commit is contained in:
2018-03-25 00:33:31 +09:00
parent 51d62b54d4
commit 3fbf1d4b0c
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace sammo;
require('_common.php');
if(!class_exists('sammo\RootDB')){
if(!class_exists('\\sammo\\RootDB')){
header ('Location:install.php');
die();
}