]> source.dussan.org Git - nextcloud-server.git/commitdiff
don´t start a session here. I don´t think it´s needed. Let´s see if it breaks something
authorFrank Karlitschek <frank@owncloud.org>
Fri, 1 Jun 2012 09:12:50 +0000 (11:12 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 1 Jun 2012 09:12:50 +0000 (11:12 +0200)
apps/files/ajax/timezone.php

index 8e1d2aa1ec132b37677ae99614b81154e23f3128..cafb5074eceedc71c537c5b03b2060feb32268d3 100644 (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'];
 ?>