X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=index.php;h=d8fd05421353ee852727eb78d1e2816083fe6cc7;hb=a335d3c8e13110304642344e4a6396bccd42801d;hp=ab6764f0204a0dcb10a26091027f3c7ce6085b45;hpb=e933b7e5bcdf8cddd62778abfb373564388c2485;p=fa-stable.git diff --git a/index.php b/index.php index ab6764f0..d8fd0542 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.php')) + header("Location: ".$path_to_root."/install/index.php"); + $page_security = 'SA_OPEN'; ini_set('xdebug.auto_trace',1); include_once("includes/session.inc");