From: arun Date: Mon, 8 Jan 2007 09:44:22 +0000 (+0000) Subject: added a message for work on the database X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=d57105094a2e224bd7f4f03b11ab96a45383fea2;hp=f91a22b698415eacda6af7403814caa6f34ad7e5 added a message for work on the database --- 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();