]> git.p6c8.net - jirafeau.git/blobdiff - install.php
No more needed to delete install.php, now redirect to index.php if initial install...
[jirafeau.git] / install.php
index d8e5fdfef6db07632340479f11f71c2e3bebc560..87eaf60631c48092296ed03d4088e0e851078c7b 100755 (executable)
@@ -134,6 +134,11 @@ if (!file_exists (JIRAFEAU_CFG))
         exit;
     }
 }
         exit;
     }
 }
+else
+{
+    header('Location: index.php');
+    exit;
+}
 
 if (!is_writable (JIRAFEAU_CFG) && !@chmod (JIRAFEAU_CFG, '0666'))
 {
 
 if (!is_writable (JIRAFEAU_CFG) && !@chmod (JIRAFEAU_CFG, '0666'))
 {

patrick-canterino.de