From 4168f7aff52f6e7cf7320e42252227dac5169c4a Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Nov 2014 21:20:41 +0100 Subject: Initial commit. --- linkshorter/error.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 linkshorter/error.php (limited to 'linkshorter/error.php') diff --git a/linkshorter/error.php b/linkshorter/error.php new file mode 100644 index 0000000..92ba713 --- /dev/null +++ b/linkshorter/error.php @@ -0,0 +1,13 @@ +The requested url ( ".htmlentities($_SERVER['REQUEST_URI'])." ) wasn't found on this server.

", "404 Not Found", false, "

400 - Not Found

"); + break; + + default: + do_output("

There was a failure and your request can't be proceeded.

", "500 Error", false, "

Error!

"); +} -- cgit v1.2.3