20 if (!$ilIliasIniFile) {
24 $this->ilias_ini =
$ini;
30 if ($ilClientIniFile !== null) {
31 $this->gClientIniFile = $ilClientIniFile;
70 $this->
setFolder($this->ilias_ini->readVariable(
"log",
"error_path"));
72 if ($this->gClientIniFile instanceof \
ilIniFile) {
73 $this->
setMail($this->gClientIniFile->readVariable(
"log",
"error_recipient"));
82 if ($this->gClientIniFile instanceof \
ilIniFile) {
83 $this->gClientIniFile->addGroup(
"log");
84 $this->gClientIniFile->setVariable(
"log",
"error_recipient", trim($this->
mail()));
85 $this->gClientIniFile->write();
Settings for the error protcoll system.
update()
writes mail recipient into client.ini.php
read()
reads the values from ilias.ini.php