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
@@ -25,7 +25,7 @@ $myActionCnt = $db->queryFirstField('SELECT con FROM general WHERE `owner`=%i',
$con = checkLimit($myActionCnt);
if($con >= 2) {
header('location:commandlist.php');
header('location:commandlist.php', true, 303);
exit();
}
@@ -62,4 +62,4 @@ case 2:
break;
}
header('location:commandlist.php');
header('location:commandlist.php', true, 303);