Add isValid Session Value
This commit is contained in:
parent
aca163a448
commit
abaab46fbc
1 changed files with 2 additions and 0 deletions
|
|
@ -107,12 +107,14 @@ class cl_user {
|
|||
$_SESSION['use_admin']=$r['use_admin'];
|
||||
$_SESSION['use_name']=$r['use_name'];
|
||||
$_SESSION['use_first_name']=$r['use_first_name'];
|
||||
$_SESSION['isValid']=1;
|
||||
|
||||
$this->admin=$_SESSION['use_admin'];
|
||||
$this->name=$_SESSION['use_name'];
|
||||
$this->first_name=$_SESSION['use_first_name'];
|
||||
$this->GetGlobalPref();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue