From 1db18b089d3a1483323c9a373ff2d029776ad7a9 Mon Sep 17 00:00:00 2001 From: ruan Date: Tue, 27 Sep 2016 08:41:29 +0200 Subject: [PATCH] Clean up settings.php --- inc/settings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/settings.php b/inc/settings.php index 2ae73d0..ca1f111 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -28,7 +28,6 @@ final class Settings { // Clicking on the header name will send you to this address. $this->name_link = '#'; - // Show inactive bans? Removed bans will show (Unbanned), mutes will show (Unmuted), warnings will show (Expired). $this->show_inactive_bans = true;