mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 04:14:20 -04:00
4 lines
66 B
PHP
4 lines
66 B
PHP
|
|
<?php
|
||
|
|
session_start();
|
||
|
|
$_SESSION['timezone'] = $_GET['time'];
|
||
|
|
?>
|