claim bulk

This commit is contained in:
xiaomlove
2023-03-13 17:41:03 +08:00
parent 77420ea1e1
commit 709ca90458
12 changed files with 98 additions and 22 deletions
+4 -3
View File
@@ -576,9 +576,10 @@ function int_check($value,$stdhead = false, $stdfood = true, $die = true, $log =
{
if (!is_valid_id($value)) {
$msg = "Invalid ID Attempt: Username: ".$CURUSER["username"]." - UserID: ".$CURUSER["id"]." - UserIP : ".getip();
if ($log)
write_log($msg,'mod');
if ($log) {
write_log($msg,'mod');
}
do_log($msg, 'error');
if ($stdhead)
stderr($lang_functions['std_error'],$lang_functions['std_invalid_id']);
else