Cleaned function.
This commit is contained in:
parent
996a62c5f1
commit
f3239f7e69
@ -7,7 +7,7 @@
|
|||||||
session_set_cookie_params(0, JAIL_COOKIES?ROOT:'/');
|
session_set_cookie_params(0, JAIL_COOKIES?ROOT:'/');
|
||||||
|
|
||||||
// Start the session
|
// Start the session
|
||||||
session_start(COOKIE_EXPIRE);
|
session_start();
|
||||||
|
|
||||||
// Session creation time
|
// Session creation time
|
||||||
if(!isset($_SESSION['created'])) $_SESSION['created'] = time();
|
if(!isset($_SESSION['created'])) $_SESSION['created'] = time();
|
||||||
|
Loading…
Reference in New Issue
Block a user