aboutsummaryrefslogtreecommitdiffstats
path: root/files/ajax/timezone.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-09-24 18:43:02 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-09-24 18:43:02 +0200
commit793e29e1245d079f89505294bef47f01c9111e8b (patch)
tree70c66381ebb5221547e881c99dc2b435e26e97e4 /files/ajax/timezone.php
parentf65d0e4f80eba0d24ee48f16a22d290fb1f334b3 (diff)
parent842ce24d2b17685c27eabdd2d0bb01899efdbc6f (diff)
downloadnextcloud-server-793e29e1245d079f89505294bef47f01c9111e8b.tar.gz
nextcloud-server-793e29e1245d079f89505294bef47f01c9111e8b.zip
Merge branch 'working'
Diffstat (limited to 'files/ajax/timezone.php')
-rw-r--r--files/ajax/timezone.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/ajax/timezone.php b/files/ajax/timezone.php
index 93d06611a0d..8e1d2aa1ec1 100644
--- a/files/ajax/timezone.php
+++ b/files/ajax/timezone.php
@@ -1,4 +1,6 @@
<?php
+ // FIXME: this should start a secure session if forcessl is enabled
+ // see lib/base.php for an example
session_start();
$_SESSION['timezone'] = $_GET['time'];
-?> \ No newline at end of file
+?>