git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8d92bc6
Branches
Tags
master
ticket
webinterface.git
modules
vhosts
menu.php
VHosts können bearbeitet werden (ohne Aliases)
bernd
commited
8d92bc6
at 2007-08-08 13:03:25
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["vhosts_vhosts"] = array("label" => "Subdomains", "file" => "vhosts.php", "weight" => 1); } if (empty($menu)) $menu = false; ?>