Update index.php

This commit is contained in:
deepend-tildeclub 2024-01-20 21:58:25 -07:00 committed by GitHub
parent b99dcf55bb
commit 78f76ed7d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
$title = "Sign up for the tilde.club!";
include __DIR__."/../header.php";