aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-05 18:38:11 -0700
committerfriendica <info@friendica.com>2014-05-05 18:38:11 -0700
commit294903046132d5cec6ae4a9c4a62f40b32b6d056 (patch)
treebfabfcb0a45fbed8ff9f879554481049dcd99c0f
parentf0653ace2295063692de3001c271532a90d59383 (diff)
downloadvolse-hubzilla-294903046132d5cec6ae4a9c4a62f40b32b6d056.tar.gz
volse-hubzilla-294903046132d5cec6ae4a9c4a62f40b32b6d056.tar.bz2
volse-hubzilla-294903046132d5cec6ae4a9c4a62f40b32b6d056.zip
revert
-rwxr-xr-xindex.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7e83197b8..ef2d19ff0 100755
--- a/index.php
+++ b/index.php
@@ -73,7 +73,8 @@ else {
*
*/
-session_set_cookie_params(300,'/',$a->get_hostname(),(($_SERVER['HTTPS']) ? true : false),true);
+// FIXME - doesn't work
+// session_set_cookie_params(300,'/',$a->get_hostname(),(($_SERVER['HTTPS']) ? true : false),true);
session_start();
/**