Skip to content

Commit 057eb53

Browse files
committed
remove errors
1 parent 1e8647d commit 057eb53

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

webroot/panel/new_account.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,6 @@
118118

119119
<br>
120120
<input style='margin-top: 10px;' type='submit' value='Request Account'>
121-
122-
<?php
123-
if (isset($errors)) {
124-
echo "<div class='message'>";
125-
foreach ($errors as $err) {
126-
echo "<p class='message-failure'>" . $err . "</p>";
127-
}
128-
echo "</div>";
129-
}
130-
?>
131121
</form>
132122
<?php endif; ?>
133123

0 commit comments

Comments
 (0)