added a message for work on the database
authorarun <arun@nubati.net>
Mon, 8 Jan 2007 09:44:22 +0000 (09:44 +0000)
committerarun <arun>
Mon, 8 Jan 2007 09:44:22 +0000 (09:44 +0000)
index.php

index f8c7a3aca50657d605278ee86c32b9eb644bf031..8b567fd90efd5a5f2395a769740d2509aad5ca7c 100644 (file)
--- 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();