mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
5d8c198711
Some webservice functions need to be available without a login, e.g. fetching strings and templates. External functions must call validate_context if they require a valid login etc. Added a new parameter to services.php: "loginrequired". Default is true.