1aaaa700cdfda9c1e0bd92741205d07d8e0132de
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 Gewichtungen sollten unters...

bernd authored 14 years ago

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

bernd authored 14 years ago

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

bernd authored 14 years ago

9)     $menu["vhosts_stats"] = array("label" => "Zugriffs-Statistiken", "file" => "stats", "weight" => 12, "submenu" => "vhosts_vhosts");