git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6684d8b
Branches
Tags
master
ticket
webinterface.git
modules
webapps
menu.php
Umbenennung von freewvs-modul in webapps-Modul
bernd
commited
6684d8b
at 2009-02-25 16:54:56
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["webapps_freewvs"] = array("label" => "freewvs", "file" => "freewvs", "weight" => 1, "submenu" => "vhosts_vhosts"); }