aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorHorus32014-10-05 22:00:46 +0200
committerHorus32014-10-05 22:00:46 +0200
commita3009bf57d50fbc25a707b32fb3c5c170d011680 (patch)
tree4c65be59038335b14cf5c7bfabc98e6c7dee13c9 /index.php
parent1851c3a180eafb4563a9f6e4dd40fcc5e925896a (diff)
parent3833ab7e3588b4f5c05f440713f5cdf30b9029ae (diff)
downloadjungegemeinde-a3009bf57d50fbc25a707b32fb3c5c170d011680.tar.gz
Merge branch 'master' of git.iamfabulous.de:jungegemeinde
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index d149a26..f3bb5ff 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@ if ( ! isset($cache) )
$c = new cache(REDIS_CONNECT, REDIS_DB);
if ( isset($_SESSION["loggedin"]) && $_SESSION["loggedin"]){
- $a = "1_";
+ $a = $_SESSION["userid"]."_";
} else {
$a = "0_";
}