summaryrefslogtreecommitdiff
path: root/www/httperror.php
diff options
context:
space:
mode:
authorroot2014-04-16 13:49:08 +0200
committerroot2014-04-16 13:49:08 +0200
commite5447d0702de9733f14d5d6ff1e1b46aac9335af (patch)
tree9476dcde685c9329ebb6baa540a46c7349eed532 /www/httperror.php
parentb70acc4bce1450a726cf50a2f2f09539d74252b0 (diff)
downloadfiles.iamfabulous.de-e5447d0702de9733f14d5d6ff1e1b46aac9335af.tar.gz
Comments.
Diffstat (limited to 'www/httperror.php')
-rwxr-xr-xwww/httperror.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/httperror.php b/www/httperror.php
index e22dd28..423f0fa 100755
--- a/www/httperror.php
+++ b/www/httperror.php
@@ -6,6 +6,8 @@
500
502
504
+
+ ban -- user is banned and not allowed to log in
404 is displayed if $_GET["e"] is not set.
@@ -52,7 +54,7 @@
}elseif($_GET['e']=='ban'){
echo '<h1 id="Error-Page-head" >You are banned!</h1>';
- echo '<h2 id="Error-Page-description" >Too many authentication failures.</br>It&#39s not my fault. I swear.</h2>';}
+ echo '<h2 id="Error-Page-description" >Too many authentication failures.</br>It&#39s not my fault. I swear.</h2>';
}?>
</div>
<?php include("static/footer.html");?>