summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.php b/index.php
index f8c7a3a..8b567fd 100644
--- a/index.php
+++ b/index.php
@@ -6,6 +6,14 @@ include_once("output.php"); /* html output only */
include_once("db.php"); /* database only */
include_once("functions.php"); /* the rest */
+if(0)
+{
+ output_header();
+ echo "Working on the database...please check back in a few mintues";
+ output_footer();
+ exit();
+}
+
DB_open();
output_header();