From 92668b60c741204dca5159b5d0fa18f7395e4477 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Baumann Date: Sun, 27 Mar 2016 13:59:36 +0200 Subject: [PATCH] Close #789 --- web/index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/index.php b/web/index.php index 809fca35..88d7f795 100644 --- a/web/index.php +++ b/web/index.php @@ -40,6 +40,11 @@ define('EASYWIDIR', dirname(__FILE__)); +//Automatic redirection to the install folder +if (is_dir(EASYWIDIR . '/install')) { + echo ''; +} + $main = 1; $page_include = 1;