diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-04-18 17:27:34 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-04-18 17:27:34 +0200 |
commit | 45de7ad221f9e505abdabcc5084dd12c80851469 (patch) | |
tree | 9afe2994fe01d35cf7aa2e16389c04bb3e298faf /apps/files/ajax/timezone.php | |
parent | dfc92675e0d76ad9550a274b712e084e1738831c (diff) | |
download | nextcloud-server-45de7ad221f9e505abdabcc5084dd12c80851469.tar.gz nextcloud-server-45de7ad221f9e505abdabcc5084dd12c80851469.zip |
move files to app folder
Diffstat (limited to 'apps/files/ajax/timezone.php')
-rw-r--r-- | apps/files/ajax/timezone.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/ajax/timezone.php b/apps/files/ajax/timezone.php new file mode 100644 index 00000000000..8e1d2aa1ec1 --- /dev/null +++ b/apps/files/ajax/timezone.php @@ -0,0 +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']; +?> |