Geizkragen/index.php
2026-01-22 18:50:36 +01:00

9 lines
127 B
PHP

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
?>
<?php include 'header.php'; ?>
<?php include 'footer.php'; ?>