1ab9db55d272aaa37a76d7a5c179e55c2ca52267
bernd neues VHosts-Modul (unbenut...

bernd authored 16 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
5) if ($role & ROLE_SYSTEMUSER)
6) {
bernd eliminate .php extensions f...

bernd authored 15 years ago

7)     $menu["vhosts_vhosts"] = array("label" => "Webserver", "file" => "vhosts", "weight" => 1);
bernd Neue Zertifikatsverwaltung

bernd authored 14 years ago

8)     $menu["vhosts_certs"] = array("label" => "SSL-Zertifikate", "file" => "certs", "weight" => 10, "submenu" => "vhosts_vhosts");