18 if(!$ilIliasIniFile) {
22 $this->ilias_ini =
$ini;
28 if($ilClientIniFile !== null) {
29 $this->gClientIniFile = $ilClientIniFile;
61 protected function read() {
62 $this->
setFolder($this->ilias_ini->readVariable(
"log",
"error_path"));
64 if($this->gClientIniFile) {
65 $this->
setMail($this->gClientIniFile->readVariable(
"log",
"error_recipient"));
73 $this->gClientIniFile->addGroup(
"log");
74 $this->gClientIniFile->setVariable(
"log",
"error_recipient", trim($this->
mail()));
75 $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