remove these functions for now.

This commit is contained in:
friendica 2015-02-22 18:06:33 -08:00
parent 0109c0fcf3
commit 324e59b1b6

View File

@ -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();