git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6040734
Branches
Tags
master
ticket
webinterface.git
modules
greylisting
menu.php
Neues Modul: Kann greylisting-Whitelist-einträge verwalten.
bernd
commited
6040734
at 2008-03-11 11:04:59
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu['greylisting_whitelist'] = array("label" => "Greylisting", "file" => "whitelist.php", "weight" => 16); } ?>