git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
09edb60
Branches
Tags
master
ticket
webinterface.git
modules
systemuser
menu.php
Erlaube Ă„nderung von Name und Shell auch bei einem Nicht-Kunden
bernd
commited
09edb60
at 2010-04-13 10:34:13
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_CUSTOMER) { $menu["systemuser_accounts"] = array("label" => "Benutzeraccounts", "file" => "accounts", "weight" => 30); } elseif ($role & ROLE_SYSTEMUSER) { $menu["systemuser_account"] = array("label" => "Benutzeraccount", "file" => "myaccount", "weight" => 30); } ?>