git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
475a8c3
Branches
Tags
master
ticket
webinterface.git
modules
freewvs
menu.php
Code-Cleanups
bernd
commited
475a8c3
at 2007-12-08 16:29:04
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["freewvs_freewvs"] = array("label" => "FreeWVS", "file" => "freewvs.php", "weight" => 1, "submenu" => "vhosts_vhosts"); }