redirect 변경

This commit is contained in:
2019-04-23 12:03:36 +09:00
parent 05b5a33eee
commit d2cce02669
13 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ else if($btn == "댓글" && trim($comment) != "") {
}
if(!$isVoteAdmin){
header('location:a_vote.php');
header('location:a_vote.php', true, 303);
die();
}
@@ -85,4 +85,4 @@ if($btn == "수정") {
$gameStor->voteopen = 2;
}
header('location:a_vote.php');
header('location:a_vote.php', true, 303);