mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Added cookie detection, based on Petr's code. Thanks!
A notice will be printed on the login page if the session cookie can not be set.
This commit is contained in:
parent
420158ba41
commit
792197b095
3 changed files with 23 additions and 3 deletions
|
@ -232,6 +232,7 @@ $string['confirmednot'] = 'Your registration has not yet been confirmed!';
|
|||
$string['continue'] = 'Continue';
|
||||
$string['continuetocourse'] = 'Click here to enter your course';
|
||||
$string['cookiesenabled'] = 'Cookies must be enabled in your browser';
|
||||
$string['cookiesnotenabled'] = 'Unfortunately, cookies are currently not enabled in your browser';
|
||||
$string['copy'] = 'copy';
|
||||
$string['copyingcoursefiles'] = 'Copying course files';
|
||||
$string['copyinguserfiles'] = 'Copying user files';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue