Browse Source

changed the default from Berlin to UTC.

Greetings form Berlin by the way ;-)
tags/v4.5.0beta1
Frank Karlitschek 12 years ago
parent
commit
24318354f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/base.php

+ 1
- 1
lib/base.php View File

} }
self::$CLI=(php_sapi_name() == 'cli'); self::$CLI=(php_sapi_name() == 'cli');


date_default_timezone_set('Europe/Berlin');
date_default_timezone_set('UTC');
ini_set('arg_separator.output','&'); ini_set('arg_separator.output','&');


//try to configure php to enable big file uploads. //try to configure php to enable big file uploads.

Loading…
Cancel
Save