X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/3d9792a36b5bb18d24216eea4b0ad402358db997..3f8ba7f9359d8909300b01269056e5c2a578e310:/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')) {