git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
56c4c2a
Branches
Tags
master
ticket
webinterface.git
modules
vhosts
menu.php
Webalizer/Statistik-Funktionalität
bernd
commited
56c4c2a
at 2010-01-22 07:48:35
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["vhosts_vhosts"] = array("label" => "Webserver", "file" => "vhosts", "weight" => 1); $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"); } ?>