devel merge
This commit is contained in:
+2
-2
@@ -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();
|
||||
}
|
||||
|
||||
@@ -191,7 +191,7 @@ function command_99($turn) {
|
||||
_setNationCommand($me['nation'], $me['level'], range(0, $turn - 1), 'che_휴식');
|
||||
}
|
||||
|
||||
header('location:b_chiefcenter.php');
|
||||
header('location:b_chiefcenter.php', true, 303);
|
||||
}
|
||||
|
||||
function command_11($turn, $command, bool $is모병 = false) {
|
||||
|
||||
Reference in New Issue
Block a user