]> andersk Git - sql-web.git/blobdiff - offline.php
contact: page formatting
[sql-web.git] / offline.php
diff --git a/offline.php b/offline.php
new file mode 100755 (executable)
index 0000000..96e9641
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+/*
+       (c) 2005 Joe Presbrey
+*/
+
+require_once('mitsql.cfg.php');
+require_once('mitsql.lib.php');
+
+isOnline() && redirect('index');
+
+include 'tpl/offline.php';
+
+?>
This page took 1.144251 seconds and 4 git commands to generate.