added default time zone

This commit is contained in:
Tóth Richárd
2019-08-23 13:09:17 +02:00
parent 483e7435cc
commit 2e44fe3146

View File

@@ -4,6 +4,8 @@
//ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
date_default_timezone_set('Europe/Budapest');
//AUTOLOAD BEÁLLÍTÁSA
spl_autoload_register(function ($class_name) {