mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
web service MDL-12886
* Remove description array => all these information are now into the phpdoc. Remove all call/reference to moodleexternal.php * Adapt our own REST server to these changes * Remove Zend REST server as it's going to be deprecated in Zend Framework 1.8 * Remove our own SOAP server as we use the Zend SOAP server
This commit is contained in:
parent
60cd5b5a34
commit
40f024c9f3
17 changed files with 457 additions and 835 deletions
|
@ -41,7 +41,6 @@ if (empty($CFG->enablewebservices)) {
|
|||
die;
|
||||
}
|
||||
|
||||
|
||||
$server = new rest_server();
|
||||
$server->run();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue