Version 1.9g
This commit is contained in:
parent
d028822d0b
commit
4c9814a99c
800 changed files with 237325 additions and 1949 deletions
|
|
@ -123,7 +123,7 @@ class Session {
|
|||
|
||||
$uid = empty($uid) ? '0' : md5($uid);
|
||||
|
||||
$level = (is_int($this->level) && strlen($this->level) <= 2) ? $this->level : 0 ;
|
||||
$level = (is_numeric($this->level) && strlen($this->level) <= 2) ? $this->level : 0 ;
|
||||
|
||||
$table = $config['session_table'];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue