mirror of
https://github.com/moodle/moodle.git
synced 2025-03-08 17:59:55 +01:00
Removed accidental code
This commit is contained in:
parent
792197b095
commit
30b88cb774
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user