mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
![]() Now the db/service.php array can contain these extra keys to provide information on how a webservice may be called: 'ajax' => true (Default is false) Replaces the xx_is_allowed_from_ajax callback. 'loginrequired' => false (Default is true) Means that this webservice can be called through lib/ajax/service-nosession.php which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning static public data (e.g. get_string). |
||
---|---|---|
.. | ||
access.php | ||
caches.php | ||
events.php | ||
index.html | ||
install.php | ||
install.xml | ||
log.php | ||
messageinbound_handlers.php | ||
messages.php | ||
renamedclasses.php | ||
services.php | ||
tasks.php | ||
upgrade.php | ||
upgradelib.php |