로그인 프레임 일부 수정

This commit is contained in:
2018-03-10 04:48:25 +09:00
parent 4b1e3e325e
commit 88c560405e
4 changed files with 76 additions and 65 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require('_common.php');
require(ROOT.'/f_config/SETTING.php');
if($SETTING->isExist()){
header ("Location:i_entrance/entrance.php");
header ("Location:i_login/login.php");
}
else{
header ('Location:install.php');