diff --git a/main/webservices/rest.php b/main/webservices/rest.php index 9a5a0e4b47..4f7608fb8a 100644 --- a/main/webservices/rest.php +++ b/main/webservices/rest.php @@ -6,7 +6,7 @@ * @package chamilo.webservices */ /* Require libs and classes */ -require_once '../main/inc/global.inc.php'; +require_once '../inc/global.inc.php'; /* Manage actions */ $json = array();