From 99d0d67e8fa3bbe593172f641f3daa1d92d60d3d Mon Sep 17 00:00:00 2001 From: Thierry Degeling Date: Sat, 25 Apr 2015 14:45:34 +0200 Subject: [PATCH] fixing error messages copied from previous version --- index-large.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index-large.php b/index-large.php index 71b2a6d..38e1262 100644 --- a/index-large.php +++ b/index-large.php @@ -1,10 +1,10 @@ "of something you cannot see
because you are not logged in", - 403 => "of something you should
probably not be looking for", + 401 => "sorry, you need to authenticate
yourself first to access this page", + 403 => "sorry, I cannot show you a page
you have not been granted access to", 404 => 'sorry, that page doesn\'t
exist or has been moved', - 500 => "of something that cannot be shown
because the server failed to process it" + 500 => "sorry,
the server failed to process this page" ); if ( !array_key_exists( $_GET["code"] , $description ) ) { $code = '500';