From: Janusz Dobrowolski Date: Sat, 7 Aug 2010 10:00:34 +0000 (+0000) Subject: Testing config_db.php on start. X-Git-Tag: v2.4.2~19^2~711 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=2ad4d300ef58163d2c34cd6e1090c9bd968c1f0a Testing config_db.php on start. --- 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';