From f3239f7e69f5b92dd5fdee34e67bda74db14825a Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 1 Dec 2010 16:43:36 +1100 Subject: [PATCH] Cleaned function. --- inc/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/user.php b/inc/user.php index 0b9af643..2bdf5c05 100644 --- a/inc/user.php +++ b/inc/user.php @@ -7,7 +7,7 @@ session_set_cookie_params(0, JAIL_COOKIES?ROOT:'/'); // Start the session - session_start(COOKIE_EXPIRE); + session_start(); // Session creation time if(!isset($_SESSION['created'])) $_SESSION['created'] = time();