From 11ed3a4c720d9379beaf7f5770f297677da5d9a7 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 21 Apr 2014 23:25:40 +0200 Subject: Added 2 more failure pages. --- www/httperror.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/httperror.php') diff --git a/www/httperror.php b/www/httperror.php index 423f0fa..69a5122 100755 --- a/www/httperror.php +++ b/www/httperror.php @@ -54,7 +54,12 @@ }elseif($_GET['e']=='ban'){ echo '

You are banned!

'; - echo '

Too many authentication failures.
It's not my fault. I swear.

'; + echo '

Too many authentication failures.

'; + }elseif($_GET['e']=='user'){ + echo '

Could not find the user '.htmlentities($_GET["name"]).'.
Please make sure you typed their name correctly.

'; + }elseif($_GET['e']=='database'){ + echo '

Database!

'; + echo '

Oh, there is something wrong with the backend. Refresh the page and if this doesn't help, we will fix this soon.

'; }?> -- cgit v1.2.3