4c275ac853f6678975b3ad84a053c11c79efe633
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 Webserver-Subdomains --> We...

bernd authored 16 years ago

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