git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
90ff574
Branches
Tags
master
ticket
webinterface.git
modules
vmail
menu.php
Erste Version des vmail-Modul
bernd
commited
90ff574
at 2007-11-20 10:30:34
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; require_once('include/vmail.php'); if (($role & ROLE_SYSTEMUSER) && user_has_vmail_domain()) { $menu["vmail_accounts"] = array("label" => "E-Mail", "file" => "accounts.php", "weight" => 10); } if (empty($menu)) $menu = false; ?>