From 8963c3df84ab4c80755967aa8175313c66cf13b7 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 6 Aug 2010 12:27:52 +0000 Subject: [PATCH] Cleanup. --- install/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.30.2