git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
beab525
Branches
Tags
master
ticket
webinterface.git
modules
vmail
menu.php
Sterne in das Passwort-Feld, kommentierte Altlasten weg
bernd
commited
beab525
at 2008-02-02 15:05:20
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" => 3); } if ($role & ROLE_VMAIL_ACCOUNT) { $menu['vmail_chpass'] = array("label" => "Passwort ändern", "file" => "chpass.php", "weight" => 15); } ?>