diff options
author | 2019-06-08 16:16:01 +0200 | |
---|---|---|
committer | 2019-06-08 16:16:03 +0200 | |
commit | 17f587fcbe314bf96ad4e470058bf67401fa8fa0 (patch) | |
tree | 6eb56f7a0a0ca194151bdf73df164a641c8d26ee | |
parent | f28cbecc025fdef3e3e724b2dbb576886d5209fb (diff) | |
download | rss-bridge-17f587fcbe314bf96ad4e470058bf67401fa8fa0.tar.gz rss-bridge-17f587fcbe314bf96ad4e470058bf67401fa8fa0.tar.zst rss-bridge-17f587fcbe314bf96ad4e470058bf67401fa8fa0.zip |
[index] Don't set the timezone in index.php
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ Configuration::loadConfiguration(); Authentication::showPromptIfNeeded(); -date_default_timezone_set('UTC'); - /* Move the CLI arguments to the $_GET array, in order to be able to use rss-bridge from the command line |