Code: Select all
/app
/public_html
/vendor
/writable
Ungültige Datei: seiten/home.php“ SYSTEMPATH/Exceptions/FrameworkException.php in Zeile 21
Code: Select all
public static function forEnabledZlibOutputCompression()
15 {
16 return new static(lang('Core.enabledZlibOutputCompression'));
17 }
18
19 public static function forInvalidFile(string $path)
20 {
21 return new static(lang('Core.invalidFile', [$path]));
22 }
23
24 public static function forCopyError(string $path)
25 {
26 return new static(lang('Core.copyError', [$path]));
27 }
28
Mobile version