mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-02-02 06:31:56 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
258d7f2e81
|
|
@ -457,7 +457,7 @@ class SessionMgr {
|
|||
* are userid, theme, language, su)
|
||||
* @return string/boolean id of session of false in case of an error
|
||||
*/
|
||||
function create($data) { /* {{{ */
|
||||
function _create($data) { /* {{{ */
|
||||
$id = "" . rand() . time() . rand() . "";
|
||||
$id = md5($id);
|
||||
$lastaccess = time();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user