Geizkragen/index.php
2026-01-28 16:22:27 +01:00

12 lines
193 B
PHP

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