From f0e35e3bbe456e2f67c33ec37ccaf820cd14433f Mon Sep 17 00:00:00 2001 From: Astrologies Date: Sat, 4 Dec 2021 00:14:27 -0500 Subject: [PATCH] junk removal --- html/ban.php | 7 ------- html/index.php | 8 -------- 2 files changed, 15 deletions(-) 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 = '
You\'ve been permanently banned
'; $date = '

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.'


- '.$banappealdiscorddisplay.'
'.$banagreement.' diff --git a/html/index.php b/html/index.php index 754fe86..1348277 100644 --- a/html/index.php +++ b/html/index.php @@ -136,14 +136,6 @@ if(!isLoggedIn())
EOT; -/* -
-
Alphaland is currently in the Alpha stage
-
-
-
Invite only
-
-*/ } else {