Installer angepasst für aktuelle Systeme
This commit is contained in:
@@ -127,7 +127,7 @@ class LogStatistic
|
||||
if (!file_exists($this->file) || !is_file($this->file))
|
||||
touch($this->file);
|
||||
|
||||
$this->stream = fopen($this->file, 'r+') or exit(_t('Konnte Log-Datei nicht öffnen: %s', $this->file));
|
||||
$this->stream = fopen($this->file, 'r+');# || exit(_t('Konnte Log-Datei nicht öffnen: %s', $this->file));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user