git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b631cd6
Branches
Tags
master
ticket
webinterface.git
modules
vmail
menu.php
VMail-accounts können sich jetzt auch am webinterface einloggen
bernd
commited
b631cd6
at 2008-02-02 14:03:07
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; require_once('include/hasdomain.php'); if (($role & ROLE_SYSTEMUSER) && user_has_vmail_domain()) { $menu["vmail_accounts"] = array("label" => "E-Mail", "file" => "accounts.php", "weight" => 10); } if ($role & ROLE_VMAIL_ACCOUNT) { $menu['vmail_chpass'] = array("label" => "Passwort ändern", "file" => "chpass.php", "weight" => 15); } ?>