redirect 변경

This commit is contained in:
2019-04-23 12:03:36 +09:00
parent 7670d55f3c
commit ae8b94b2d7
13 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ $commandtype = Util::getReq('commandtype', 'int');
$turn = Util::getReq('turn', 'array_int');
if(!$turn || $commandtype === null){
header('location:commandlist.php');
header('location:commandlist.php', true, 303);
die();
}
@@ -196,7 +196,7 @@ function command_99($turn) {
}
}
header('location:b_chiefcenter.php');
header('location:b_chiefcenter.php', true, 303);
}
function command_11($turn, $command, bool $is모병 = false) {