Browse Source

Cleaned function.

pull/40/head
Savetheinternet 14 years ago
committed by Paul Merrill
parent
commit
f3239f7e69
  1. 2
      inc/user.php

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

Loading…
Cancel
Save