git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
5c3be43
Branches
Tags
master
ticket
webinterface.git
modules
mailman
menu.php
Neues Modul für Mailman-Verwaltung
bernd
commited
5c3be43
at 2009-04-28 17:45:54
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu['mailman_lists'] = array("label" => "Mailinglisten", "file" => "lists", "weight" => 5, 'submenu' => 'email_vmail'); } ?>