X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/3d9792a36b5bb18d24216eea4b0ad402358db997..0e5cca951eafa6193153f171b89a3bbf255152ef:/install.php 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')) {