git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2903b74
Branches
Tags
master
ticket
webinterface.git
modules
systemuser
menu.php
Systemuser-Modul hinzugefĆ¼gt
bernd
commited
2903b74
at 2007-07-28 18:07:01
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; switch ($role) { case ROLE_CUSTOMER: $menu["systemuser"] = array("label" => "Benutzeraccounts", "file" => "accounts.php", "weight" => 30); } if (empty($menu)) $menu = false; ?>