Cleanup.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 6 Aug 2010 12:27:52 +0000 (12:27 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Fri, 6 Aug 2010 12:27:52 +0000 (12:27 +0000)
install/index.php

index 93a5a6f6341118a07b6f99e2d3beff2eb52a4435..22d09a9757d3e6805a572d653cda1bb1fb90dd69 100644 (file)
@@ -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");