git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
622e1f0
Branches
Tags
master
ticket
webinterface.git
modules
crm
menu.php
weird things with SVN
bernd
commited
622e1f0
at 2008-09-18 15:33:49
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSADMIN) { $menu["crm_main"] = array("label" => "CRM", "file" => "main", "weight" => -9); } ?>