From d5c65ad5c0616eb9902f05673c2a11072727c39c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 21 Nov 2025 01:14:58 +0100 Subject: [PATCH] sd --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 4e4f6b8..36f9c8b 100644 --- a/src/functions.php +++ b/src/functions.php @@ -16,7 +16,7 @@ function tpl(string $file, string $type = 'structure', string $site = 'main'): v // Erlaubte Typen & Sites $allowedTypes = ['structure', 'landing']; - $allowedSites = ['main', 'fakecheck']; + $allowedSites = ['main', 'fakecheck','login']; // Validierung if (!in_array($type, $allowedTypes)) {