git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
ce89952
Branches
Tags
master
ticket
webinterface.git
modules
imap
menu.php
IMAP/POP3 nur anzeigen wenn es benötigt wird
bernd
commited
ce89952
at 2010-03-11 10:37:59
menu.php
Blame
History
Raw
<?php require_once('include/hasaccount.php'); require_once('include/hasdomain.php'); $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER && (user_has_accounts() || ! user_has_vmail_domain() || user_has_dotcourier_domain() ) ) { $menu["imap_accounts"] = array("label" => "IMAP/POP3", "file" => "accounts", "weight" => 10); } elseif ($role & ROLE_MAILACCOUNT) { $menu["imap_chpass"] = array("label" => "Passwort ändern", "file" => "chpass", "weight" => 10); } ?>