mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +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.');
|
||||
return;
|
||||
}
|
||||
$banner = get_banner_name($row['banned_by_name']);
|
||||
$banner = get_banner_name($row);
|
||||
$reason = $row['reason'];
|
||||
$time = millis_to_date($row['time']);
|
||||
$until = millis_to_date($row['until']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user