From: Jerome Jutteau <mojo@couak.net>
Date: Fri, 30 Jan 2015 09:05:03 +0000 (+0100)
Subject: quick dirty patch to fix installation
X-Git-Tag: 1.1~177
X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/6b52bb03e76ab87c5dac34d986d1c5515cdba26d?ds=sidebyside;hp=6819d5cce7e781a81d04ef61c1c7aeff533f14d2

quick dirty patch to fix installation
---

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'))
 {