|
|
|
@ -1,5 +1,6 @@ |
|
|
|
|
<?php |
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* This script provides the caller service with a list |
|
|
|
|
* of courses that have a certain level of visibility |
|
|
|
@ -11,7 +12,6 @@ |
|
|
|
|
* @package chamilo.webservices |
|
|
|
|
*/ |
|
|
|
|
require_once __DIR__.'/../inc/global.inc.php'; |
|
|
|
|
$libpath = api_get_path(LIBRARY_PATH); |
|
|
|
|
|
|
|
|
|
// Create the server instance |
|
|
|
|
$server = new soap_server(); |
|
|
|
|