Home
last modified time | relevance | path

Searched refs:logfileuser (Results 1 – 1 of 1) sorted by relevance

/plugin/authssocas/
Dauth.php24 private ?string $logfileuser = null; variable in auth_plugin_authssocas
49 $this->logfileuser = $conf['logdir'] . "/" . $this->getConf('logfileuser');
51 if (!is_null($this->logfileuser) and !@is_readable($this->logfileuser)) {
52 if (!fopen($this->logfileuser, 'a')) {
248 if (!is_null($this->logfileuser)) {
313 if (!io_saveFile($this->logfileuser, $userline, true)) {