X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=index.php;h=86bd7c5e8a293cc8899310c02ef850498aa111e5;hb=4888cf51abf175a0ed4645e6adb2a326ce7e0e5f;hp=ab6764f0204a0dcb10a26091027f3c7ce6085b45;hpb=e933b7e5bcdf8cddd62778abfb373564388c2485;p=fa-stable.git diff --git a/index.php b/index.php index ab6764f0..86bd7c5e 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,9 @@ See the License here . ***********************************************************************/ $path_to_root="."; + if (!file_exists($path_to_root.'/config_db.php')) + header("Location: ".$path_to_root."/install/index.php"); + $page_security = 'SA_OPEN'; ini_set('xdebug.auto_trace',1); include_once("includes/session.inc"); @@ -20,4 +23,3 @@ $app->selected_application = $_GET['application']; $app->display(); -?> \ No newline at end of file