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