페이지 리다이렉트 방식 변경
<script>location.replace</script>에서 PHP redirect header를 직접 이용하는 방식으로.
This commit is contained in:
@@ -52,10 +52,4 @@ if(getBlockLevel() != 1 && getBlockLevel() != 3) {
|
||||
}
|
||||
}
|
||||
|
||||
//echo "<script>location.replace('b_chiefboard.php');</script>";
|
||||
echo 'b_chiefboard.php';//TODO:debug all and replace
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
header('location:b_chiefboard.php');
|
||||
Reference in New Issue
Block a user