페이지 리다이렉트 방식 변경
<script>location.replace</script>에서 PHP redirect header를 직접 이용하는 방식으로.
This commit is contained in:
@@ -16,5 +16,4 @@ $me = MYDB_fetch_array($result);
|
||||
|
||||
updateCommand($me['no'], 2);
|
||||
|
||||
//echo "<script>location.replace('b_chiefcenter.php');</script>";
|
||||
echo 'b_chiefcenter.php';//TODO:debug all and replace
|
||||
header('location:b_chiefcenter.php');
|
||||
|
||||
Reference in New Issue
Block a user