git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
ec22690
Branches
Tags
master
ticket
webinterface.git
modules
vhosts
menu.php
VHosts anlegen geht auch wenn man bisher keine hat. Subdomains nach "Webserver-Subdomains" umbenannt.
bernd
commited
ec22690
at 2007-08-30 07:28:00
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["vhosts_vhosts"] = array("label" => "Webserver-Subdomains", "file" => "vhosts.php", "weight" => 1); } if (empty($menu)) $menu = false; ?>