diff options
| author | Horus3 | 2014-09-22 19:57:01 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-22 19:57:01 +0200 |
| commit | 5154237d31aff60b6accfda114657596dd85f05f (patch) | |
| tree | 5a2646ccc678fc21bbb9dfeebda58081c8b6b101 /public_html/class/vfsuser.php | |
| parent | 2eea1457e674e7ebb8a82bf6fd1a079f76a7632f (diff) | |
| download | vfs-5154237d31aff60b6accfda114657596dd85f05f.tar.gz | |
vfsdata class
Diffstat (limited to 'public_html/class/vfsuser.php')
| -rw-r--r-- | public_html/class/vfsuser.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public_html/class/vfsuser.php b/public_html/class/vfsuser.php index e3767b8..c0bc83f 100644 --- a/public_html/class/vfsuser.php +++ b/public_html/class/vfsuser.php @@ -108,6 +108,9 @@ class vfsuser { # set session variable to true $_SESSION["loggedin"] = true; + # assign userid to the session variable + $_SESSION["userid"] = $this->getUserId(); + return true; } |
