Time Zone Warning fixed

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-12 07:28:12 +01:00
parent a2ddad6390
commit a735ca460c

View File

@ -26,6 +26,7 @@ the Free Software Foundation, either version 3 of the License, or
*/ */
set_time_limit(0); set_time_limit(0);
date_default_timezone_set(@date_default_timezone_get());
gc_enable(); gc_enable();
error_reporting(E_ALL ^ E_NOTICE); error_reporting(E_ALL ^ E_NOTICE);
ini_set("display_errors", 1); ini_set("display_errors", 1);