Minor - removed todo comment: already implemented

skala
Yannick Warnier 15 years ago
parent 1ce8b72c4d
commit 281e28fcac
  1. 1
      main/inc/local.inc.php

@ -428,7 +428,6 @@ if (!empty($_SESSION['_user']['user_id']) && ! ($login || $logout)) {
* - Implement user interface for api_get_setting('sso_authentication') * - Implement user interface for api_get_setting('sso_authentication')
* } elseif (api_get_setting('sso_authentication')=='true') { * } elseif (api_get_setting('sso_authentication')=='true') {
* - Work on a better validation for webservices paths. Current is very poor and exit * - Work on a better validation for webservices paths. Current is very poor and exit
* - $master variable should be recovered from chamilo settings.
*/ */
$master = array( $master = array(
'domain' => api_get_setting('sso_authentication_domain'), // 'localhost/project/drupal5', 'domain' => api_get_setting('sso_authentication_domain'), // 'localhost/project/drupal5',

Loading…
Cancel
Save