Welcome to mirror list, hosted at ThFree Co, Russian Federation.

timezone.php « ajax « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0be441a36a237d16184a21f3b48ee50e2c5f3297 (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'];