git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
7251827
Branches
Tags
master
ticket
webinterface.git
modules
vhosts
menu.php
neues VHosts-Modul (unbenutzbar bisher)
bernd
commited
7251827
at 2007-08-06 17:43:17
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["vhosts_vhosts"] = array("label" => "Webserver (VHosts)", "file" => "vhosts.php", "weight" => 1); } if (empty($menu)) $menu = false; ?>