Geizkragen/index.php
2026-01-21 15:22:15 +00:00

9 lines
122 B
PHP

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
include 'navbar.php';
echo "test123";
include 'footer.php';