summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/dns/dns.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/dns/dns.php')
-rw-r--r--ldap-site-mngmt/webinterface/dns/dns.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/ldap-site-mngmt/webinterface/dns/dns.php b/ldap-site-mngmt/webinterface/dns/dns.php
index 99fef1fb..4368d6a9 100644
--- a/ldap-site-mngmt/webinterface/dns/dns.php
+++ b/ldap-site-mngmt/webinterface/dns/dns.php
@@ -1,20 +1,15 @@
<?php
include('../standard_header.inc.php');
-# 1. Seitentitel - wird in der Titelleiste des Browser angezeigt.
-$titel = "DNS Zone Management";
-# 2. Nummer des zugehörigen Hauptmenus (Registerkarte) beginnend bei 0, siehe Dokumentation.doc.
-$mnr = 0;
-$mainnr = 6;
-# 3. Dateiname und evtl. Pfad des Templates für die Webseite
+# Dateiname und evtl. Pfad des Templates für die Webseite
$webseite = "dns_inwork.dwt";
-include("../class.FastTemplate.php");
-
include('dns_header.inc.php');
###################################################################################
+$mnr = 0;
+
# Menuleisten erstellen
createMainMenu($rollen, $mainnr);
createDNSMenu($rollen, $mnr);