63a0529b21bfd97a4ef395e8d3d3f513526357c6
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 eliminate .php extensions f...

bernd authored 15 years ago

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