Commit cb0e731f authored by Imran Hussain's avatar Imran Hussain
Browse files

fix syntax errors, i'm still thinking in python!

parent d8af36e3
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ if ($isAuthd == "sucs" && !$outsider && !$banned) {
								<p>You must be connected to GuestNET to use this service.</p>
							</div>
								');
							} elif ($banned) {
							} elseif ($banned) {
								print('
							<div class="card-body">
								<h4 class="card-title">🔨</h4>
@@ -94,8 +94,7 @@ if ($isAuthd == "sucs" && !$outsider && !$banned) {
							</div>
								');

							}
							} elif ($success) {
							} elseif ($success) {
								print('
							<div class="card-body">
								<h4 class="card-title">✔️</h4>
@@ -103,9 +102,7 @@ if ($isAuthd == "sucs" && !$outsider && !$banned) {
							</div>
								');

							}

							else {
							} else {
								print('
							<div class="card-body">
								<h4 class="card-title">🔑</h4>