From d1d38b3f14ca2cc181552c6eec7bde753d03db5c Mon Sep 17 00:00:00 2001 From: Thierry Degeling Date: Sat, 25 Apr 2015 14:47:38 +0200 Subject: [PATCH] fixing repo --- index.php | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..38e1262 --- /dev/null +++ b/index.php @@ -0,0 +1,101 @@ + "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 => "sorry,
the server failed to process this page" + ); + if ( !array_key_exists( $_GET["code"] , $description ) ) { + $code = '500'; + } else { + $code = $_GET["code"]; + } +?> + + + + Error <?=$code?> + + + + + +
+
+

+

>

+

>

+
+
+ +
+
+
+ contact us
if you think this is a mistake +
+
+ +