diff --git a/webroot/panel/account.php b/webroot/panel/account.php index e4bcd7e0..84121cf2 100644 --- a/webroot/panel/account.php +++ b/webroot/panel/account.php @@ -131,39 +131,33 @@ } if (!$isPI) { + echo " +
"; - } else { + } elseif ($SQL->requestExists($USER->getUID())) { + echo ""; echo " - "; + } else { + echo ""; } + echo ""; } ?> @@ -210,7 +204,6 @@