8d92bc6da2d5b83b63bab9844cf3cd80af76fdb3
bernd neues VHosts-Modul (unbenut...

bernd authored 16 years ago

1) <?php
2) 
3) $menu = array();
4) 
5) $role = $_SESSION['role'];
6) 
7) if ($role & ROLE_SYSTEMUSER)
8) {
bernd VHosts können bearbeitet we...

bernd authored 16 years ago

9)     $menu["vhosts_vhosts"] = array("label" => "Subdomains", "file" => "vhosts.php", "weight" => 1);