removed timezone setting

This commit is contained in:
Serghey Rodin 2012-11-06 17:57:33 +02:00
commit 8e35bf9731

View file

@ -1,7 +1,4 @@
<?php
// Set timezone
date_default_timezone_set('UTC');
// Check user session
if (!isset($_SESSION['user'])) {
$_SESSION['request_uri'] = $_SERVER['REQUEST_URI'];