페이지 리다이렉트 방식 변경
<script>location.replace</script>에서 PHP redirect header를 직접 이용하는 방식으로.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
운영자가 처리할 때까지 기다려주세요
|
||||
</main>
|
||||
<div class="with_border">
|
||||
<button style='width:200px;height:2em;font-size:1.2em;' onclick="location.replace('index.php')">몇 초 뒤 눌러주세요</button>
|
||||
<button style='width:200px;height:2em;font-size:1.2em;' onclick="location.replace('./')">몇 초 뒤 눌러주세요</button>
|
||||
</div>
|
||||
<div class="with_border">
|
||||
<?=$this->message?>
|
||||
|
||||
Reference in New Issue
Block a user