From 2ad4d300ef58163d2c34cd6e1090c9bd968c1f0a Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sat, 7 Aug 2010 10:00:34 +0000 Subject: [PATCH] Testing config_db.php on start. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d8fd0542..52bf999d 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ See the License here . ***********************************************************************/ $path_to_root="."; - if (!file_exists($path_to_root.'/config.php')) + if (!file_exists($path_to_root.'/config_db.php')) header("Location: ".$path_to_root."/install/index.php"); $page_security = 'SA_OPEN'; -- 2.30.2