summaryrefslogtreecommitdiffstats
path: root/files/ajax/timezone.php
diff options
context:
space:
mode:
Diffstat (limited to 'files/ajax/timezone.php')
-rw-r--r--files/ajax/timezone.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/ajax/timezone.php b/files/ajax/timezone.php
new file mode 100644
index 00000000000..93d06611a0d
--- /dev/null
+++ b/files/ajax/timezone.php
@@ -0,0 +1,4 @@
+<?php
+ session_start();
+ $_SESSION['timezone'] = $_GET['time'];
+?> \ No newline at end of file