diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-09-24 18:43:02 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-09-24 18:43:02 +0200 |
commit | 793e29e1245d079f89505294bef47f01c9111e8b (patch) | |
tree | 70c66381ebb5221547e881c99dc2b435e26e97e4 /files/ajax/timezone.php | |
parent | f65d0e4f80eba0d24ee48f16a22d290fb1f334b3 (diff) | |
parent | 842ce24d2b17685c27eabdd2d0bb01899efdbc6f (diff) | |
download | nextcloud-server-793e29e1245d079f89505294bef47f01c9111e8b.tar.gz nextcloud-server-793e29e1245d079f89505294bef47f01c9111e8b.zip |
Merge branch 'working'
Diffstat (limited to 'files/ajax/timezone.php')
-rw-r--r-- | files/ajax/timezone.php | 4 |
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 +?> |