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

This commit is contained in:
Frank Karlitschek 2012-06-01 11:12:50 +02:00
parent 24d14783d7
commit 83c6714c72
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?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'];
?>