diff options
author | friendica <info@friendica.com> | 2015-02-22 18:06:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-22 18:06:33 -0800 |
commit | 324e59b1b68cb3a799194e51218b503044fb3975 (patch) | |
tree | 2645677b7a5e377c7a022c12c56e05cc25904d7d /include | |
parent | 0109c0fcf3a9eff33f6dd6a651b351f20c948eb4 (diff) | |
download | volse-hubzilla-324e59b1b68cb3a799194e51218b503044fb3975.tar.gz volse-hubzilla-324e59b1b68cb3a799194e51218b503044fb3975.tar.bz2 volse-hubzilla-324e59b1b68cb3a799194e51218b503044fb3975.zip |
remove these functions for now.
Diffstat (limited to 'include')
-rw-r--r-- | include/session.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/session.php b/include/session.php index 8ae2194ec..739eca213 100644 --- a/include/session.php +++ b/include/session.php @@ -6,6 +6,7 @@ $session_exists = 0; $session_expire = 180000; +/* $session_mirror = null; function red_session_start() { @@ -36,7 +37,7 @@ function red_session_destroy() { unset($session_mirror); session_write_close(); } - +*/ function new_cookie($time) { $old_sid = session_id(); |