X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=35fc2cc270193969aa0403e07cadb3771763b1a2;hp=6858ef7d646eeb346be5d093a6b23239bb947d0f;hb=d26e8ed6303691be6c5a0eff216494bdd6cfbe8d;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac diff --git a/install.php b/install.php index 6858ef7d64..35fc2cc270 100644 --- a/install.php +++ b/install.php @@ -42,7 +42,7 @@ ************************************************************************/ // Tell every module / include file we are installing -define('mxchange_installing', true); +$GLOBALS['mxchange_installing'] = true; // Load security system require("inc/libs/security_functions.php"); @@ -64,14 +64,14 @@ require("inc/config.php"); LOAD_INC("inc/header.php"); // Reload page to page=welcome when it is not specified -if (!isset($_GET['page'])) { +if (!REQUEST_ISSET_GET('page')) { LOAD_URL("install.php?page=welcome"); } // END - if // Already installed? -if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { +if ((isInstalled()) && (isAdminRegistered())) { // Add fatal message - addFatalMessage(getMessage('ALREADY_INSTALLED')); + addFatalMessage(__FILE__, __LINE__, getMessage('ALREADY_INSTALLED')); } // END - if // Does something goes wrong?