|
|
|
|
@ -66,7 +66,11 @@ if (api_is_cas_activated()) { |
|
|
|
|
if (is_string($fixedServiceURL)) { |
|
|
|
|
phpCAS::setFixedServiceURL($fixedServiceURL); |
|
|
|
|
} elseif (is_bool($fixedServiceURL) && $fixedServiceURL) { |
|
|
|
|
phpCAS::setFixedServiceURL(api_get_configuration_value('root_web')); |
|
|
|
|
phpCAS::setFixedServiceURL( |
|
|
|
|
api_get_configuration_value('root_web') |
|
|
|
|
. |
|
|
|
|
explode('?', $_SERVER['REQUEST_URI'], 2)[0] |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|