index, install 페이지 변경 준비

This commit is contained in:
2018-03-08 00:00:19 +09:00
parent fffd45b2e0
commit 6ffee27f83
4 changed files with 49 additions and 48 deletions
+8 -18
View File
@@ -1,20 +1,10 @@
<?php
require('_common.php');
require(ROOT.'/f_config/SETTING.php');
header ("Location:i_entrance/entrance.php");
/*
<!DOCTYPE html>
<html>
<head>
<title>삼국지 모의전투 유기체서버</title>
</head>
<frameset name="index" frameborder="0" border="0">
<frame src="i_entrance/entrance.php" id="entrance" name="entrance">
</frameset>
<noframes></noframes>
</html>
*/
if($SETTING->isExist()){
header ("Location:i_entrance/entrance.php");
}
else{
header ('Location:install.php');
}