4 lines
No EOL
66 B
PHP
4 lines
No EOL
66 B
PHP
<?php
|
|
session_start();
|
|
$_SESSION['timezone'] = $_GET['time'];
|
|
?>
|