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

don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something

parent 24d14783
Branches
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.
Please register or to comment