diff options
author | friendica <info@friendica.com> | 2014-05-05 18:38:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-05 18:38:11 -0700 |
commit | 294903046132d5cec6ae4a9c4a62f40b32b6d056 (patch) | |
tree | bfabfcb0a45fbed8ff9f879554481049dcd99c0f /index.php | |
parent | f0653ace2295063692de3001c271532a90d59383 (diff) | |
download | volse-hubzilla-294903046132d5cec6ae4a9c4a62f40b32b6d056.tar.gz volse-hubzilla-294903046132d5cec6ae4a9c4a62f40b32b6d056.tar.bz2 volse-hubzilla-294903046132d5cec6ae4a9c4a62f40b32b6d056.zip |
revert
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); /** |