From 648ea29dac53d05d15e6a204eb8ec388dcfada4f Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 29 Dec 2023 13:47:34 +0100 Subject: [PATCH] Correction of included file. --- admin/kal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/kal.php b/admin/kal.php index 95ccf88..bf649d2 100644 --- a/admin/kal.php +++ b/admin/kal.php @@ -11,6 +11,6 @@ if (!isset($_GET['t'])) { } elseif ('amelie' == $_GET['t']) { include __DIR__ . '/inhalte/kal/amelie.php'; } else { - include __DIR__ . '/inhalte/kal/standard.php.php'; + include __DIR__ . '/inhalte/kal/standard.php'; } } \ No newline at end of file