devel merge

This commit is contained in:
2019-05-05 17:58:27 +09:00
43 changed files with 1714 additions and 107 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();
}
@@ -46,4 +46,4 @@ case 2://당기기
break;
}
header('location:commandlist.php');
header('location:commandlist.php', true, 303);