Update index.php

This commit is contained in:
2026-07-19 15:09:22 +02:00
parent bac296b58a
commit f1703a476e
+1
View File
@@ -36,6 +36,7 @@ include_once "php/controller/index-controller.php";
<?php <?php
include_once 'includes/navbar.php'; include_once 'includes/navbar.php';
include_once "includes/alertMessages.php";
// Dynamischer Inhalt // Dynamischer Inhalt
if (isset($pfad) && $pfad !== "404" && file_exists('content/' . $pfad . '.php')) { if (isset($pfad) && $pfad !== "404" && file_exists('content/' . $pfad . '.php')) {