From 6b52bb03e76ab87c5dac34d986d1c5515cdba26d Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Fri, 30 Jan 2015 10:05:03 +0100 Subject: [PATCH] quick dirty patch to fix installation --- install.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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')) { -- 2.34.1