From: moodler Date: Tue, 11 Jan 2005 13:07:19 +0000 (+0000) Subject: Removed accidental code X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=30b88cb7744e3b95a438c0eac9dc9ed80be6bc9b;p=moodle.git Removed accidental code --- diff --git a/login/index.php b/login/index.php index 8c470dd32e..0a1c4ab106 100644 --- a/login/index.php +++ b/login/index.php @@ -55,12 +55,7 @@ $errormsg = get_string("cookiesnotenabled"); - } else if ($frm) { // Login WITH cookies - - if (get_moodle_cookie() == '') { - error('Cookies not working!'); - die; - } + } else if ($frm) { // Login WITH cookies $frm->username = trim(moodle_strtolower($frm->username));