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
+1 -1
View File
@@ -17,7 +17,7 @@ $commandtype = Util::getReq('commandtype', 'int');
increaseRefresh("턴입력", 1);
if(!$turn || $commandtype === null || $sel === null){
header('location:commandlist.php');
header('location:commandlist.php', true, 303);
die();
}