git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
d4b2da8
Branches
Tags
master
ticket
webinterface.git
modules
jabber
menu.php
Su-Login für Admins
bernd
commited
d4b2da8
at 2007-07-30 13:02:55
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; if ($role & ROLE_CUSTOMER) { $menu["jabber_accounts"] = array("label" => "Jabber", "file" => "accounts.php", "weight" => 10); } if (empty($menu)) $menu = false; ?>