From d57105094a2e224bd7f4f03b11ab96a45383fea2 Mon Sep 17 00:00:00 2001 From: arun Date: Mon, 8 Jan 2007 09:44:22 +0000 Subject: [PATCH] added a message for work on the database --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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(); -- 2.25.1