summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-08 09:44:22 +0000
committerarun <arun>2007-01-08 09:44:22 +0000
commitd57105094a2e224bd7f4f03b11ab96a45383fea2 (patch)
tree2069b7f070e7191d765168d9e1319f5f34270424
parentf91a22b698415eacda6af7403814caa6f34ad7e5 (diff)
downloade-DoKo-d57105094a2e224bd7f4f03b11ab96a45383fea2.tar.gz
e-DoKo-d57105094a2e224bd7f4f03b11ab96a45383fea2.tar.bz2
e-DoKo-d57105094a2e224bd7f4f03b11ab96a45383fea2.zip
added a message for work on the database
-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();