test
This commit is contained in:
parent
8164c9cc00
commit
084a6a82d7
|
@ -11,7 +11,13 @@
|
|||
<link rel="stylesheet" href="/styles/home.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>
|
||||
<body>
|
||||
<div class="newBanner">
|
||||
|
|
Loading…
Reference in New Issue