projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f91a22b
)
added a message for work on the database
author
arun
<arun@nubati.net>
Mon, 8 Jan 2007 09:44:22 +0000
(09:44 +0000)
committer
arun
<arun>
Mon, 8 Jan 2007 09:44:22 +0000
(09:44 +0000)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/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();