X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/073ea480c798b0d2e93cccce23e0c1595a195768..0e5cca951eafa6193153f171b89a3bbf255152ef:/install.php?ds=inline diff --git a/install.php b/install.php index d8e5fdf..87eaf60 100755 --- a/install.php +++ b/install.php @@ -134,6 +134,11 @@ if (!file_exists (JIRAFEAU_CFG)) exit; } } +else +{ + header('Location: index.php'); + exit; +} if (!is_writable (JIRAFEAU_CFG) && !@chmod (JIRAFEAU_CFG, '0666')) {