X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=04f02e86ba7bc47022897983619c0ebc80cd915a;hp=b6f2416d36315c62db112e7984b0c574303ea633;hb=ea295a391646261bc643264570404f6862abcbd4;hpb=397eb5dee2611cfaa1ff494d73e6785b88109cd6 diff --git a/install.php b/install.php index b6f2416d36..04f02e86ba 100644 --- a/install.php +++ b/install.php @@ -45,7 +45,7 @@ define('mxchange_installing', true); // Load security system -require_once("inc/libs/security_functions.php"); +require("inc/libs/security_functions.php"); // Init "action" and "what" global $what, $action; @@ -59,7 +59,7 @@ $CSS = 0; $GLOBALS['module'] = "install"; // Load config file -require_once("inc/config.php"); +require("inc/config.php"); // Header LOAD_INC("inc/header.php"); @@ -72,7 +72,7 @@ if (!isset($_GET['page'])) { // Already installed? if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { // Add fatal message - addFatalMessage(ALREADY_INSTALLED); + addFatalMessage(getMessage('ALREADY_INSTALLED')); } // END - if // Does something goes wrong?