From e3f997e556ff6048e20581fa0d41e56668a24c32 Mon Sep 17 00:00:00 2001 From: Thierry Degeling Date: Sat, 25 Apr 2015 13:17:13 +0200 Subject: [PATCH] added the script to create the fancy error pages --- .gitignore | 1 + index-large.php | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ index.php | 34 +++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 .gitignore create mode 100644 index-large.php create mode 100644 index.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b0b552 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.otf diff --git a/index-large.php b/index-large.php new file mode 100644 index 0000000..1d42ede --- /dev/null +++ b/index-large.php @@ -0,0 +1,97 @@ + "of something you cannot see
because you are not logged in", + 403 => "of something you should
probably not be looking for", + 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" + ); +?> + + + + Error <?php echo $_GET["code"]?> + + + + + +
+
+

+

>

+

>

+
+
+ +
+
+
+ contact us
if you think this is a mistake +
+
+ + diff --git a/index.php b/index.php new file mode 100644 index 0000000..c9af59a --- /dev/null +++ b/index.php @@ -0,0 +1,34 @@ + "of something you cannot see
because you are not logged in", + 403 => "of something you should
probably not be looking for", + 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" + ); +?> + + + + Error <?php echo $_GET["code"]?> + + + + +
+
+

+

>

+

>

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