ce7a494c9b9da7f3d12e3c0b437634906d854bf7
bernd Stub für dns-Admin-Interface

bernd authored 15 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
5) 
6) if ($role & ROLE_CUSTOMER)
7) {
bernd Menü-Reihenfolge sinnvoller

bernd authored 14 years ago

8)   $menu["dns_dns"] = array("label" => "DNS-Einträge", "file" => "dns", "weight" => 10, "submenu" => "domains_domains");
9)   $menu["dns_dyndns"] = array("label" => "DynDNS", "file" => "dyndns", "weight" => 11, "submenu" => "domains_domains");