]> andersk Git - sql-web.git/blobdiff - tpl/error.php
errors are emailed in
[sql-web.git] / tpl / error.php
diff --git a/tpl/error.php b/tpl/error.php
new file mode 100755 (executable)
index 0000000..9b73460
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+include 'head.php';
+?>
+
+<h2>Page Error</h2>
+
+<p>
+The page you were trying to view experienced an error while loading.
+An email reporting this error has been sent to the Support Team.
+</p>
+<p>
+Please accept our apologies for this inconvenience.
+</p>
+<p>
+Return <a href="do/main">Home</a>.
+</p>
+
+<?php
+include 'foot.php';
+?>
This page took 0.039568 seconds and 4 git commands to generate.