git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
d46b1ad
Branches
Tags
master
ticket
webinterface.git
modules
systemuser
menu.php
MenĂ¼-Link ging auf die falsche Datei
bernd
commited
d46b1ad
at 2010-10-19 03:54:17
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_CUSTOMER) { $menu["systemuser_account"] = array("label" => "Benutzeraccounts", "file" => "account", "weight" => 30); } elseif ($role & ROLE_SYSTEMUSER) { $menu["systemuser_account"] = array("label" => "Benutzeraccount", "file" => "myaccount", "weight" => 30); } ?>