warning 확인을 위해 가능한 모든 replace 태그를 무효화함

index.php에 대한 iframe 일부 삭제
This commit is contained in:
2018-01-20 04:00:59 +09:00
parent 8bf5433300
commit 8fa3af0fb8
63 changed files with 180 additions and 104 deletions
+7 -2
View File
@@ -15,7 +15,11 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""
$me = MYDB_fetch_array($result);
$con = checkLimit($me['userlevel'], $me['con'], $admin['conlimit']);
if($con >= 2) { echo "<script>window.top.main.location.replace('main.php');</script>"; exit(); }
if($con >= 2) {
//echo "<script>window.top.main.location.replace('main.php');</script>";
echo 'main.php';//TODO:debug all and replace
exit();
}
switch($type) {
case 0:
@@ -84,4 +88,5 @@ case 2:
break;
}
echo "<script>location.replace('commandlist.php');</script>";
//echo "<script>location.replace('commandlist.php');</script>";
echo 'commandlist.php';//TODO:debug all and replace