mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-54551 core: AJAX call redirects to login page when session expired
This commit is contained in:
parent
8c51626841
commit
acf94de6d5
4 changed files with 19 additions and 7 deletions
|
@ -186,6 +186,7 @@ $string['service'] = 'Service';
|
|||
$string['servicehelpexplanation'] = 'A service is a set of functions. A service can be accessed by all users or just specified users.';
|
||||
$string['servicename'] = 'Service name';
|
||||
$string['servicenotavailable'] = 'Web service is not available (it doesn\'t exist or might be disabled)';
|
||||
$string['servicerequireslogin'] = 'Web service requires login (the session has been logged out or has expired. Please save any work on the current page before continuing)';
|
||||
$string['servicesbuiltin'] = 'Built-in services';
|
||||
$string['servicescustom'] = 'Custom services';
|
||||
$string['serviceusers'] = 'Authorised users';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue