This commit is contained in:
2025-11-19 22:13:04 +01:00
parent 251998c998
commit 250c085fb0

View File

@@ -1,5 +1,6 @@
<?php <?php
// Pfade relativ zum Projekt-Root anpassen (je nachdem wo dein include-Ordner liegt) // Pfade relativ zum Projekt-Root anpassen (je nachdem wo dein include-Ordner liegt)
echo __DIR__;
//require_once __DIR__ . '/../inc/header.php'; //require_once __DIR__ . '/../inc/header.php';
?> ?>