X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-sponsor_login.php;h=caaab113579a429136f15defa03c6464dbcda65c;hp=b81d0b51b01e61f4b80d1f4289e5d116a36f3913;hb=0f3a135204757cc8750262871c8e62c42300acb4;hpb=62b16291efe168636f5eda2c8644f6770382fb1e diff --git a/inc/modules/guest/what-sponsor_login.php b/inc/modules/guest/what-sponsor_login.php index b81d0b51b0..caaab11357 100644 --- a/inc/modules/guest/what-sponsor_login.php +++ b/inc/modules/guest/what-sponsor_login.php @@ -1,7 +1,7 @@ "); + displayMessage('{--SPONSOR_COOKIE_SETUP_FAILED--}'); // Login formular and other links - LOAD_TEMPLATE("guest_sponsor_login"); + loadTemplate('guest_sponsor_login'); } } else { // Status is not fine - $content = constant('SPONSOR_LOGIN_FAILED_'.strtoupper($status).''); - LOAD_TEMPLATE("admin_settings_saved", false, $content); - OUTPUT_HTML("
"); + displayMessage('{--SPONSOR_LOGIN_FAILED_' . strtoupper($status) . '--}'); // Login formular and other links - LOAD_TEMPLATE("guest_sponsor_login"); + loadTemplate('guest_sponsor_login'); } } else { - // Account missing or wrong pass! We shall not find this out for the "hacker folks"... - LOAD_TEMPLATE("admin_settings_saved", false, SPONSOR_LOGIN_FAILED_404_WRONG_PASS); - OUTPUT_HTML("
"); + // Account missing or wrong pass! We shall not find this out for the "cracker folks"... + displayMessage('{--SPONSOR_LOGIN_FAILED_404_WRONG_PASS--}'); // Login formular and other links - LOAD_TEMPLATE("guest_sponsor_login"); + loadTemplate('guest_sponsor_login'); } // Free memory SQL_FREERESULT($result); } else { // Login formular and other links - LOAD_TEMPLATE("guest_sponsor_login"); + loadTemplate('guest_sponsor_login'); } -// +// [EOF] ?>