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
+3 -2
View File
@@ -15,7 +15,8 @@ $btn = $_POST['btn'];
//내가 수뇌부이어야함
if($me['level'] < 5) {
echo "<script>location.replace('b_myBossInfo.php');</script>";
//echo "<script>location.replace('b_myBossInfo.php');</script>";
echo 'b_myBossInfo.php';//TODO:debug all and replace
exit();
}
@@ -57,6 +58,6 @@ if($btn == "국가방침") {
}
//echo "<script>location.replace('b_dipcenter.php');</script>";
echo 'b_dipcenter.php';//TODO:replace
echo 'b_dipcenter.php';//TODO:debug all and replace