Update index.php

This commit is contained in:
2026-07-19 15:58:32 +02:00
parent cc804757ff
commit 0427d52a58
-1
View File
@@ -36,7 +36,6 @@ 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')) {