summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php')
-rw-r--r--ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php14
1 files changed, 5 insertions, 9 deletions
diff --git a/ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php b/ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php
index 83aa9cb5..622bff20 100644
--- a/ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php
+++ b/ldap-site-mngmt/webinterface/dhcp/new_dhcpservice.php
@@ -1,19 +1,15 @@
<?php
+
include('../standard_header.inc.php');
-# 1. Seitentitel - wird in der Titelleiste des Browser angezeigt.
-$titel = "DHCP Service 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
+# Dateiname und evtl. Pfad des Templates für die Webseite
$webseite = "new_dhcpservice.dwt";
-include("../class.FastTemplate.php");
-
include('dhcp_header.inc.php');
+$mnr = 0;
+$sbmnr = -1;
+
###################################################################################
$mnr = $_GET['mnr'];