From: Janusz Dobrowolski Date: Fri, 6 Aug 2010 12:27:52 +0000 (+0000) Subject: Cleanup. X-Git-Tag: v2.4.2~19^2~728 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=8963c3df84ab4c80755967aa8175313c66cf13b7;p=fa-stable.git Cleanup. --- diff --git a/install/index.php b/install/index.php index 93a5a6f6..22d09a97 100644 --- a/install/index.php +++ b/install/index.php @@ -12,8 +12,8 @@ $page_security = 'SA_OPEN'; $path_to_root=".."; -//if (file_exists($path_to_root.'/config.php')) -// header("Location: $path_to_root/index.php"); +if (file_exists($path_to_root.'/config.php')) + header("Location: $path_to_root/index.php"); include($path_to_root . "/install/isession.inc");