X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=44559e8996c18575855e1465f0f924df3eee409f;hp=fb26cff9eb067c8f1472d91e43011ba898c20b3f;hb=87229cb5d7b5396793e85fd0b4172d473195835c;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341 diff --git a/install.php b/install.php index fb26cff9eb..44559e8996 100644 --- a/install.php +++ b/install.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -42,10 +42,10 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['__start_time'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Tell every module / require file we are installing -$GLOBALS['__mailer_installing'] = true; +$GLOBALS['__mailer_installing'] = TRUE; // Set module and output mode $GLOBALS['__module'] = 'install'; @@ -69,7 +69,7 @@ setUsername('{--USERNAME_INSTALLER--}'); // Already installed? if ((isInstalled()) && (getRequestElement('install_page') != 'finished')) { // Add fatal message - addFatalMessage(__FILE__, __LINE__, '{--ALREADY_INSTALLED--}'); + addFatalMessage(__FILE__, __LINE__, '{--MAILER_ALREADY_INSTALLED--}'); } // END - if // Load header here @@ -78,7 +78,7 @@ loadIncludeOnce('inc/header.php'); // Handle fatal errors runFilterChain('handle_fatal_errors'); -// Do we have plain or AJAX-enabled installation? +// Is plain or AJAX-enabled installation used? if (isGetRequestElementSet('installer')) { // Set installer type setSession('installer', getRequestElement('installer')); @@ -96,7 +96,7 @@ if (isGetRequestElementSet('installer')) { ); // Load main installation table - loadTemplate('install_main_ajax', false, $content); + loadTemplate('install_main_ajax', FALSE, $content); } elseif (isPlainInstaller()) { // Plain installer: // Load include file