summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/dhcp/no_dhcp.php')
-rw-r--r--ldap-site-mngmt/webinterface/dhcp/no_dhcp.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php b/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php
deleted file mode 100644
index 06fd226e..00000000
--- a/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-include('../standard_header.inc.php');
-
-# Dateiname und evtl. Pfad des Templates für die Webseite
-$webseite = "no_dhcp.dwt";
-
-include('dhcp_header.inc.php');
-
-$mnr = 0;
-$sbmnr = -1;
-
-###################################################################################
-
-# Menuleisten erstellen
-createMainMenu($rollen, $mainnr);
-createDhcpMenu($rollen, $mnr, $auDN, $sbmnr);
-
-###################################################################################
-
-include("dhcp_footer.inc.php");
-
-?> \ No newline at end of file