Update index.php

This commit is contained in:
NOrtmann1
2026-05-21 21:02:46 +02:00
parent 4a663391ef
commit 8de1b1bdb5
+1 -1
View File
@@ -22,7 +22,7 @@
<?php
include_once 'includes/navbar.php';
//Dynamischer Inhalt (später mit php...):
//Dynamischer Inhalt:
if (isset($_GET["pfad"])) {
if (file_exists('content/' . $_GET["pfad"] . '.php')) {
include_once 'content/' . $_GET["pfad"] . '.php';