Benjamin Renard commited on 2020-12-03 14:23:37 Showing 1 changed files, with 1 additions and 1 deletions.
Because /tmp/ is not always the system one (=chrooted) and may be not writeable.
@@ -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;