git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
58a9a5b
Branches
Tags
master
ticket
webinterface.git
modules
freewvs
menu.php
initiales freewvs-modul
bernd
commited
58a9a5b
at 2007-11-30 19:57:21
menu.php
Blame
History
Raw
<?php $menu = array(); $role = $_SESSION['role']; if ($role & ROLE_SYSTEMUSER) { $menu["freewvs_freewvs"] = array("label" => "Web vulnerabilities", "file" => "freewvs.php", "weight" => 1, "submenu" => "vhosts_vhosts"); } else $menu=false;