X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=3e394cc273f208739f3c670c590ec3651ee22c28;hb=fe2b7991650ddc4aa9cfadd458cb8a8b418dd0a7;hp=ca7e6335e137360177254e8bbdb9be1c426a728d;hpb=c3e061c0d6fc0ee8778ebaebf1c05cf2bf126703;p=mailer.git diff --git a/install.php b/install.php index ca7e6335e1..3e394cc273 100644 --- a/install.php +++ b/install.php @@ -46,7 +46,7 @@ ************************************************************************/ // Tell every module / include file we are installing -define ('mxchange_installing', true); +define('mxchange_installing', true); // Load security system require ("inc/libs/security_functions.php"); @@ -71,7 +71,7 @@ if (!isset($_GET['page'])) } // Already installed? -if ((mxchange_installed) && (admin_registered)) { +if ((isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) { // Add fatal message ADD_FATAL(ALREADY_INSTALLED); }