Added many stuff

Too lazy to write what
This commit is contained in:
Furentes
2019-05-16 13:25:21 +02:00
parent eaa735da68
commit 62e4c56658
10 changed files with 400 additions and 87 deletions

View File

@ -1,4 +1,6 @@
<?php
date_default_timezone_set("Europe/Berlin");
spl_autoload_register(function ($class_name) {
include $class_name . '.php';
});