git.schokokeks.org
Repositories
Help
Report an Issue
webinterface.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
ce7a494
Branches
Tags
master
ticket
webinterface.git
modules
dns
menu.php
Menü-Reihenfolge sinnvoller
bernd
commited
ce7a494
at 2009-06-19 10:14:34
menu.php
Blame
History
Raw
<?php $role = $_SESSION['role']; if ($role & ROLE_CUSTOMER) { $menu["dns_dns"] = array("label" => "DNS-Einträge", "file" => "dns", "weight" => 10, "submenu" => "domains_domains"); $menu["dns_dyndns"] = array("label" => "DynDNS", "file" => "dyndns", "weight" => 11, "submenu" => "domains_domains"); } ?>