]> git.p6c8.net - jirafeau_project.git/commitdiff
quick dirty patch to fix installation
authorJerome Jutteau <mojo@couak.net>
Fri, 30 Jan 2015 09:05:03 +0000 (10:05 +0100)
committerJerome Jutteau <mojo@couak.net>
Fri, 30 Jan 2015 09:05:03 +0000 (10:05 +0100)
install.php

index 8c39dd0513d8c1febabcda40aafaa88fe579bb29..8cae45c6f7d5034cacc92b124ad365cf0de6bba9 100755 (executable)
@@ -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'))
 {

patrick-canterino.de