diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-01 11:12:50 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-01 11:12:50 +0200 |
commit | 83c6714c723a1e224f2477192ca88bd6144b76e7 (patch) | |
tree | cc99d8858221f9446460d1521470b219c16a0340 /apps/files | |
parent | 24d14783d7b4706a3ad374a2229271f8f422e9cd (diff) | |
download | nextcloud-server-83c6714c723a1e224f2477192ca88bd6144b76e7.tar.gz nextcloud-server-83c6714c723a1e224f2477192ca88bd6144b76e7.zip |
don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/ajax/timezone.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/ajax/timezone.php b/apps/files/ajax/timezone.php index 8e1d2aa1ec1..cafb5074ece 100644 --- a/apps/files/ajax/timezone.php +++ b/apps/files/ajax/timezone.php @@ -1,6 +1,6 @@ <?php // FIXME: this should start a secure session if forcessl is enabled // see lib/base.php for an example - session_start(); + //session_start(); $_SESSION['timezone'] = $_GET['time']; ?> |