dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 8de1b1bdb5 - Show all commits
+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';