diff --git a/html/ban.php b/html/ban.php
index 93c138d..d730874 100644
--- a/html/ban.php
+++ b/html/ban.php
@@ -47,7 +47,6 @@ if (UserModerationManager::IsBanned($user->id))
$bandisplay = "";
$date = "";
$banexpirationdisplay = "";
- $banappealdiscorddisplay = "";
$banagreement = "";
if ($banType == 0)
{
@@ -67,17 +66,12 @@ if (UserModerationManager::IsBanned($user->id))
{
$banagreement = '
';
}
- else //ban isnt expired, show discord appeal link
- {
- //$banappealdiscorddisplay = '
If you wish to appeal your Ban, make an appeal on our discord here
'; - } } elseif ($banType == 2) { //permanent ban stuff $bandisplay = 'Reviewed: '.$banDate.'
'; - //$banappealdiscorddisplay = 'If you wish to appeal your Termination, make an appeal on our discord here
'; } echo getCSS(); //print out site css @@ -93,7 +87,6 @@ if (UserModerationManager::IsBanned($user->id)) '.$banexpirationdisplay.'Reason: '.$banreason.'