mirror of https://github.com/tildeclub/site.git
Update index.php
This commit is contained in:
parent
b99dcf55bb
commit
78f76ed7d9
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue