[index] Don't set the timezone in index.php
This commit is contained in:
parent
f28cbecc02
commit
17f587fcbe
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ Configuration::loadConfiguration();
|
||||||
|
|
||||||
Authentication::showPromptIfNeeded();
|
Authentication::showPromptIfNeeded();
|
||||||
|
|
||||||
date_default_timezone_set('UTC');
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Move the CLI arguments to the $_GET array, in order to be able to use
|
Move the CLI arguments to the $_GET array, in order to be able to use
|
||||||
rss-bridge from the command line
|
rss-bridge from the command line
|
||||||
|
|
Loading…
Reference in a new issue