JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added 404 example files for run.php
authorJason Woofenden <jason183@herkamire.com>
Sat, 30 Dec 2006 09:33:34 +0000 (04:33 -0500)
committerJason Woofenden <jason183@herkamire.com>
Sat, 30 Dec 2006 09:33:34 +0000 (04:33 -0500)
examples/404.html [new file with mode: 0644]
examples/404.php [new file with mode: 0644]

diff --git a/examples/404.html b/examples/404.html
new file mode 100644 (file)
index 0000000..7cb09e5
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>404 File Not Found</title>
+</head>
+
+<body>
+<h1>404 File Not Found</h1>
+
+<p>Sorry, ~filename.html~ doesn't seem to exist.</p>
+</body>
+</html>
diff --git a/examples/404.php b/examples/404.php
new file mode 100644 (file)
index 0000000..ecd477d
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+tem_set('filename', $_SERVER['REDIRECT_URL']);
+
+?>