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