training edit with coaches OK

This commit is contained in:
Ricsi
2016-11-15 15:42:20 +00:00
parent 15d8bf3c2e
commit cef6652490
7 changed files with 50 additions and 25 deletions

View File

@@ -1,5 +1,9 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
//AUTOLOAD BEÁLLÍTÁSA
spl_autoload_register(function ($class_name) {