diff --git a/index-large.php b/index-large.php deleted file mode 100644 index 38e1262..0000000 --- a/index-large.php +++ /dev/null @@ -1,101 +0,0 @@ - "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 -
-
- - diff --git a/index.php b/index.php deleted file mode 100644 index c9af59a..0000000 --- a/index.php +++ /dev/null @@ -1,34 +0,0 @@ - "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 -
-
- -