This commit is contained in:
Daniel Rodriguez Baumann 2016-03-27 13:59:36 +02:00
parent 9f9b56ef19
commit 92668b60c7

View File

@ -40,6 +40,11 @@
define('EASYWIDIR', dirname(__FILE__));
//Automatic redirection to the install folder
if (is_dir(EASYWIDIR . '/install')) {
echo '<meta http-equiv="refresh" content="0; URL=/install/">';
}
$main = 1;
$page_include = 1;