Cleaned function.

This commit is contained in:
Savetheinternet 2010-12-01 16:43:36 +11:00 committed by Paul Merrill
parent 996a62c5f1
commit f3239f7e69

View File

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