This commit is contained in:
xoy 2023-02-26 14:07:30 +01:00
parent 8982ae02b8
commit 279ae053f1
1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,13 @@
<link rel="stylesheet" href="/styles/home.css"> <link rel="stylesheet" href="/styles/home.css">
<link rel="stylesheet" href="/styles/events.css"> <link rel="stylesheet" href="/styles/events.css">
<?php require '/php/generator.php'; ?> <?php
ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
require '/php/generator.php';
?>
</head> </head>
<body> <body>
<div class="newBanner"> <div class="newBanner">