summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/timezone.php
blob: cafb5074eceedc71c537c5b03b2060feb32268d3 (plain)
1
2
3
4
5
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'];
?>