mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
4 lines
66 B
PHP
4 lines
66 B
PHP
<?php
|
|
session_start();
|
|
$_SESSION['timezone'] = $_GET['time'];
|
|
?>
|