We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a1491 commit 00d48d8Copy full SHA for 00d48d8
webroot/panel/new_account.php
@@ -65,9 +65,9 @@
65
<h1>Request Account</h1>
66
<hr>
67
68
-<?php if (count($pending_requests) > 0): ?>
+<?php if (count($pending_requests) > 0) : ?>
69
<p>You have pending account activation requests:</p>
70
- <?php foreach ($pending_requests as $request): ?>
+ <?php foreach ($pending_requests as $request) : ?>
71
<ul>
72
<li>
73
<?php
@@ -101,7 +101,7 @@
101
<input name="cancel" style='margin-top: 10px;' type='submit' value='Cancel Request' />
102
</form>
103
<?php endforeach; ?>
104
-<?php else: ?>
+<?php else : ?>
105
<form id="newAccountForm" action="" method="POST">
106
<p>Please verify that the information below is correct before continuing</p>
107
<div>
0 commit comments