mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Consistency
This commit is contained in:
parent
2e2e777b72
commit
fa94244758
@ -26,7 +26,7 @@ if (isset($_POST['name'], $_POST['table'])) {
|
|||||||
$time = millis_to_date($row['time']);
|
$time = millis_to_date($row['time']);
|
||||||
$until = millis_to_date($row['until']);
|
$until = millis_to_date($row['until']);
|
||||||
echo($name . ' is banned! <br>');
|
echo($name . ' is banned! <br>');
|
||||||
echo('Banned by ' . $banner . '<br>');
|
echo('Banned by: ' . $banner . '<br>');
|
||||||
echo('Reason: ' . $reason . '<br>');
|
echo('Reason: ' . $reason . '<br>');
|
||||||
echo('Banned on: ' . $time . '<br>');
|
echo('Banned on: ' . $time . '<br>');
|
||||||
if ($row['until'] > 0) {
|
if ($row['until'] > 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user