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.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php b/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php
new file mode 100644
index 00000000..57653255
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/dhcp/no_dhcp.php
@@ -0,0 +1,27 @@
+<?php
+include('../standard_header.inc.php');
+
+# 1. Seitentitel - wird in der Titelleiste des Browser angezeigt.
+$titel = "DHCP Management";
+# 2. Nummer des zugehörigen Hauptmenus (Registerkarte) beginnend bei 0, siehe Dokumentation.doc.
+$mainnr = 5;
+$mnr = 0;
+$sbmnr = -1;
+# 3. Dateiname und evtl. Pfad des Templates für die Webseite
+$webseite = "no_dhcp.dwt";
+
+include("../class.FastTemplate.php");
+
+include('dhcp_header.inc.php');
+
+###################################################################################
+
+# Menuleisten erstellen
+createMainMenu($rollen, $mainnr);
+createDhcpMenu($rollen, $mnr, $auDN, $sbmnr);
+
+###################################################################################
+
+include("dhcp_footer.inc.php");
+
+?> \ No newline at end of file