Skip to content
Snippets Groups Projects
Commit 8ed13e62 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

don´t do warnings.

Not sure if this start_session call is really needed here.
parent 0d2d613f
No related branches found
No related tags found
No related merge requests found
<?php
// FIXME: this should start a secure session if forcessl is enabled
// see lib/base.php for an example
session_start();
@session_start();
$_SESSION['timezone'] = $_GET['time'];
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment