X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fchk_login.php;h=016ecc249a85f62700138a3980c5d00f1609af46;hb=d52156d35605388b7554c31d08bc29f0bb167079;hp=25d6a4b8ff04878cec535617c8e5ffea1b0b3dcf;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc;p=mailer.git diff --git a/inc/modules/chk_login.php b/inc/modules/chk_login.php index 25d6a4b8ff..016ecc249a 100644 --- a/inc/modules/chk_login.php +++ b/inc/modules/chk_login.php @@ -38,7 +38,7 @@ if (!defined('__SECURITY')) { } // Initial message part -$MSG = "{!VALIDATING_LOGIN!}"; +$MSG = "{--VALIDATING_LOGIN--}"; if (!empty($GLOBALS['userid']) && (isSessionVariableSet('u_hash'))) { // Login failures are supported since 0.4.7 @@ -95,13 +95,13 @@ LIMIT 1", if (($bonus) && ($_GET['mode'] == "bonus") && (EXT_IS_ACTIVE("bonus"))) { // Output message with added points $MSG .= "
- {!BONUS_LOGIN_BONUS_ADDED_1!} + {--BONUS_LOGIN_BONUS_ADDED_1--} ".TRANSLATE_COMMA(getConfig('login_bonus'))." {!POINTS!} - {!BONUS_LOGIN_BONUS_ADDED_2!} + {--BONUS_LOGIN_BONUS_ADDED_2--}
"; } elseif (EXT_IS_ACTIVE("bonus")) { // No login bonus added! - $MSG .= "
{!BONUS_LOGIN_BONUS_NOT_ADDED!}
"; + $MSG .= "
{--BONUS_LOGIN_BONUS_NOT_ADDED--}
"; } // Redirect to member area