fhiiqm/inc/func_lib.inc.php
changeset 12 2d8be944f381
parent 10 f538f73ebc37
child 13 741b35e9ebbe
--- a/fhiiqm/inc/func_lib.inc.php	Fri Sep 16 16:15:15 2011 +0200
+++ b/fhiiqm/inc/func_lib.inc.php	Tue Sep 27 14:59:40 2011 +0200
@@ -136,6 +136,7 @@
                     if ($pwdmd5 == md5($log["pass"]))
                     {
                         // hier fehlt noch Recht!
+                        $_SESSION['recht'] = array('s'=>1,'u'=>1,'i'=>1,'d'=>1);
                         if ( ! isset($_SESSION["userid"]) ) $_SESSION["userid"] = "";
                         $_SESSION["userid"] = $userid;
                 		header("Location: $target");