Change phpCAS log file path on cas.log

Because /tmp/ is not always the system one (=chrooted) and may be not writeable.
This commit is contained in:
Benjamin Renard 2020-12-03 15:23:33 +01:00
parent 7a495ee66c
commit f58bfa26f9

View file

@ -33,7 +33,7 @@ $cas_servers=array(
$default_cas_server=key($cas_servers);
// PhpCAS log file
$phpCAS_logfile='/tmp/cas.log';
$phpCAS_logfile='cas.log';
// Local app URL (auto-detect on first acces if null)
$service_url=null;