git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
1435ade
Branches
Tags
master
ticket
webinterface.git
modules
vhosts
menu.php
Gewichtungen sollten unterschiedlich sein
bernd
commited
1435ade
at 2010-04-13 10:34:56
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["vhosts_vhosts"] = array("label" => "Webserver", "file" => "vhosts", "weight" => 2); $menu["vhosts_certs"] = array("label" => "SSL-Zertifikate", "file" => "certs", "weight" => 10, "submenu" => "vhosts_vhosts"); $menu["vhosts_stats"] = array("label" => "Zugriffs-Statistiken", "file" => "stats", "weight" => 12, "submenu" => "vhosts_vhosts"); } ?>