X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage.php;h=9bd6f297cdc288c3eeb2306b8b3a42d110c2c308;hb=9cfe8dd2ab2dc5b3abb38789c8819adcb797155f;hp=3239912168adcbe1c2b13d0c78f77e215ff5b07b;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594;p=mailer.git diff --git a/inc/language.php b/inc/language.php index 3239912168..9bd6f297cd 100644 --- a/inc/language.php +++ b/inc/language.php @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } @@ -68,7 +68,7 @@ LOAD_INC_ONCE($INC); // Check for installation mode if ((isInstalling()) || (!isInstalled()) || (!isAdminRegistered())) { // Load matching language file - LOAD_INC("inc/language/install_".$mx_lang.".php"); + LOAD_INC('inc/language/install_' . $mx_lang . '.php'); } // Remove no more needed variables