Initial branding

This commit is contained in:
Xenomporio
2022-06-12 15:59:32 +02:00
parent 47415a6942
commit 3d2383690b
13 changed files with 778 additions and 69 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ final class ErrorPageData implements JsonSerializable
public function __construct($exception, $title = null)
{
$this->exception = $exception;
$this->title = !empty($title) ? (string)$title : 'Xentral: Es ist ein unerwarteter Fehler aufgetreten!';
$this->title = !empty($title) ? (string)$title : 'Xenomporio: Es ist ein unerwarteter Fehler aufgetreten!';
}