From 72e7158aa3a851f4a779e75f920dd9ca428083de Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 1 Jan 2025 22:54:05 +0000 Subject: [PATCH] config.php.example aktualisiert --- config.php.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.php.example b/config.php.example index 3e99800..3a7b63e 100644 --- a/config.php.example +++ b/config.php.example @@ -7,4 +7,6 @@ return [ 'author_link' => 'https://danb.me', 'license_link' => 'https://creativecommons.org/publicdomain/zero/1.0/', 'license_text' => 'CC0 - Public Domain', -]; \ No newline at end of file +]; + +?> \ No newline at end of file