JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
improve 404 behavior
[wfpl-cms.git] / error_404.php
diff --git a/error_404.php b/error_404.php
new file mode 100644 (file)
index 0000000..9c9d958
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+function error_404_main() {
+       tem_set('path', $_SERVER['REQUEST_URI']);
+}