mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Change (Inactive) to (Expired)
This commit is contained in:
parent
514f4045b2
commit
1041830c20
@ -13,7 +13,7 @@ $password = 'password';
|
|||||||
// Database name
|
// Database name
|
||||||
$database = 'litebans';
|
$database = 'litebans';
|
||||||
|
|
||||||
// Show inactive bans? Removed bans will show (Unbanned), mutes will show (Unmuted), warnings will show (Inactive).
|
// Show inactive bans? Removed bans will show (Unbanned), mutes will show (Unmuted), warnings will show (Expired).
|
||||||
$show_inactive_bans = true;
|
$show_inactive_bans = true;
|
||||||
|
|
||||||
// Amount of bans/mutes/warnings to show on each page
|
// Amount of bans/mutes/warnings to show on each page
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
$expiresResult = 'Permanent Warning';
|
$expiresResult = 'Permanent Warning';
|
||||||
}
|
}
|
||||||
if ($row['active'] == 0) {
|
if ($row['active'] == 0) {
|
||||||
$expiresResult .= ' (Inactive)';
|
$expiresResult .= ' (Expired)';
|
||||||
}
|
}
|
||||||
echo $expiresResult;
|
echo $expiresResult;
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user