X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/6819d5cce7e781a81d04ef61c1c7aeff533f14d2..6b52bb03e76ab87c5dac34d986d1c5515cdba26d:/install.php

diff --git a/install.php b/install.php
index 8c39dd0..8cae45c 100755
--- a/install.php
+++ b/install.php
@@ -135,11 +135,11 @@ if (!file_exists (JIRAFEAU_CFG))
         exit;
     }
 }
-else
-{
-    header('Location: index.php');
-    exit;
-}
+#else
+#{
+#    header('Location: index.php');
+#    exit;
+#}
 
 if (!is_writable (JIRAFEAU_CFG) && !@chmod (JIRAFEAU_CFG, '0666'))
 {