diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-10-28 18:22:12 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-29 15:04:55 +0100 |
commit | ab4ade0d24e9bba51bbdaac9a5fe06a3eff63355 (patch) | |
tree | 50f3b4a98fe4b2cf19bc9a42095bee9d627ad0f5 /apps/files/ajax | |
parent | 40fe6c6346b441da6b353376bc73f2a73a5fe731 (diff) | |
download | nextcloud-server-ab4ade0d24e9bba51bbdaac9a5fe06a3eff63355.tar.gz nextcloud-server-ab4ade0d24e9bba51bbdaac9a5fe06a3eff63355.zip |
Remove fixme, problem is solved already
Diffstat (limited to 'apps/files/ajax')
-rw-r--r-- | apps/files/ajax/timezone.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/ajax/timezone.php b/apps/files/ajax/timezone.php index b71fa3940cb..b547d162b3e 100644 --- a/apps/files/ajax/timezone.php +++ b/apps/files/ajax/timezone.php @@ -1,5 +1,2 @@ <?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']; +$_SESSION['timezone'] = $_GET['time']; |