This commit is contained in:
Thijs Stobbelaar 2023-11-16 13:47:03 +01:00
parent e397017e0c
commit f7aa530fd3

View file

@ -1,9 +1,3 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
?>
<!DOCTYPE html>
<html lang="en">
<?php include './includes/head.php'; ?>