nextcloud/files/ajax/timezone.php

4 lines
66 B
PHP
Raw Normal View History

<?php
session_start();
$_SESSION['timezone'] = $_GET['time'];
?>