mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 02:20:54 +08:00
claim bulk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user