main.php -> index.php

This commit is contained in:
2018-02-03 05:30:12 +09:00
parent 02dce232fd
commit 7336847d04
10 changed files with 293 additions and 306 deletions
+4 -4
View File
@@ -40,8 +40,8 @@ if($command == 46) {
}
$query = "update general set {$str} where no_member='{$_SESSION['noMember']}'";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
//echo "<script>location.replace('main.php');</script>";
echo 'main.php';//TODO:debug all and replace
//echo "<script>location.replace('index.php');</script>";
echo 'index.php';//TODO:debug all and replace
//통합제의
} elseif($command == 53) {
$query = "select nation,level from general where no_member='{$_SESSION['noMember']}'";
@@ -125,8 +125,8 @@ if($command == 46) {
}
$query = "update general set {$str} where no_member='{$_SESSION['noMember']}'";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
//echo "<script>location.replace('main.php');</script>";
echo 'main.php';//TODO:debug all and replace
//echo "<script>location.replace('index.php');</script>";
echo 'index.php';//TODO:debug all and replace
}