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.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/ldap-site-mngmt/webinterface/dns/dns.php b/ldap-site-mngmt/webinterface/dns/dns.php
deleted file mode 100644
index 4368d6a9..00000000
--- a/ldap-site-mngmt/webinterface/dns/dns.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-include('../standard_header.inc.php');
-
-# Dateiname und evtl. Pfad des Templates für die Webseite
-$webseite = "dns_inwork.dwt";
-
-include('dns_header.inc.php');
-
-###################################################################################
-
-$mnr = 0;
-
-# Menuleisten erstellen
-createMainMenu($rollen, $mainnr);
-createDNSMenu($rollen, $mnr);
-
-###################################################################################
-
-include("dns_footer.inc.php");
-
-?> \ No newline at end of file