git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
e45c3ec
Branches
Tags
master
ticket
webinterface.git
modules
dns
menu.php
Stub für dns-Admin-Interface
bernd
commited
e45c3ec
at 2008-08-08 17:19:03
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_CUSTOMER) { $menu["dns_dns"] = array("label" => "DNS-Einträge", "file" => "dns.php", "weight" => 1, "submenu" => "domains_domains"); $menu["dns_dyndns"] = array("label" => "DynDNS", "file" => "dyndns.php", "weight" => 2, "submenu" => "domains_domains"); } ?>