bernd authored 17 years ago
1) <?php 2) 3) $menu = array(); 4) 5) $role = $_SESSION['role']; 6) 7) if ($role & ROLE_SYSTEMUSER) 8) {
9) $menu["vhosts_vhosts"] = array("label" => "Subdomains", "file" => "vhosts.php", "weight" => 1);