X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-sponsor_login.php;h=a20b2e90400f8ddf7e4f3d277be3ba77481a18d6;hb=fd6c5340c183dfc5880c0a9cdbd19d8a9e34dbbe;hp=09f1ff10951f80858241ca35840db405078f0a0c;hpb=6ccd99da05d2a9ea302b4c904bbdb2320724d42d;p=mailer.git diff --git a/inc/modules/guest/what-sponsor_login.php b/inc/modules/guest/what-sponsor_login.php index 09f1ff1095..a20b2e9040 100644 --- a/inc/modules/guest/what-sponsor_login.php +++ b/inc/modules/guest/what-sponsor_login.php @@ -1,7 +1,7 @@ "); + loadTemplate('admin_settings_saved', false, getMessage('SPONSPOR_COOKIE_SETUP_FAILED')); // Login formular and other links - LOAD_TEMPLATE("guest_sponsor_login"); + loadTemplate('guest_sponsor_login'); } - } - else - { + } else { // Status is not fine - $eval = "\$content = SPONSOR_LOGIN_FAILED_".strtoupper($status).";"; - eval($eval); - LOAD_TEMPLATE("admin_settings_saved", false, $content); - OUTPUT_HTML("
"); + loadTemplate('admin_settings_saved', false, getMessage('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("
"); + } else { + // Account missing or wrong pass! We shall not find this out for the "cracker folks"... + loadTemplate('admin_settings_saved', false, getMessage('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 -{ +} else { // Login formular and other links - LOAD_TEMPLATE("guest_sponsor_login"); + loadTemplate('guest_sponsor_login'); } -// +// [EOF] ?>