Philippe Caseiro
d3897f1e4a
We need to provide what EoleSSO provides. For me this 3 new template have to be placed in a dedicated package like eole-sso-client, this templates are not necessary for the server only usefull for the clients.
8 lines
128 B
Cheetah
8 lines
128 B
Cheetah
<?php
|
|
%if %%mode_conteneur_actif != "non"
|
|
define("__CAS_IP", "%%adresse_ip_br0");
|
|
%else
|
|
define("__CAS_IP", "false");
|
|
%end if
|
|
?>
|