summaryrefslogtreecommitdiff
path: root/public_html/class/vfsuser.php
diff options
context:
space:
mode:
authorHorus32014-09-22 19:57:01 +0200
committerHorus32014-09-22 19:57:01 +0200
commit5154237d31aff60b6accfda114657596dd85f05f (patch)
tree5a2646ccc678fc21bbb9dfeebda58081c8b6b101 /public_html/class/vfsuser.php
parent2eea1457e674e7ebb8a82bf6fd1a079f76a7632f (diff)
downloadvfs-5154237d31aff60b6accfda114657596dd85f05f.tar.gz
vfsdata class
Diffstat (limited to 'public_html/class/vfsuser.php')
-rw-r--r--public_html/class/vfsuser.php3
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;
}