mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix check.php
This commit is contained in:
parent
420075d967
commit
0013e0b263
@ -27,7 +27,7 @@ if (isset($_POST['name'], $_POST['table'])) {
|
|||||||
echo($name . ' is not banned.');
|
echo($name . ' is not banned.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$banner = get_banner_name($row['banned_by_name']);
|
$banner = get_banner_name($row);
|
||||||
$reason = $row['reason'];
|
$reason = $row['reason'];
|
||||||
$time = millis_to_date($row['time']);
|
$time = millis_to_date($row['time']);
|
||||||
$until = millis_to_date($row['until']);
|
$until = millis_to_date($row['until']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user