index, install 페이지 변경 준비
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user