diff options
author | arun <arun@nubati.net> | 2007-01-08 09:44:22 +0000 |
---|---|---|
committer | arun <arun> | 2007-01-08 09:44:22 +0000 |
commit | d57105094a2e224bd7f4f03b11ab96a45383fea2 (patch) | |
tree | 2069b7f070e7191d765168d9e1319f5f34270424 | |
parent | f91a22b698415eacda6af7403814caa6f34ad7e5 (diff) | |
download | e-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.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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(); |