summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/computers/no_ip.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/no_ip.php')
-rw-r--r--ldap-site-mngmt/webinterface/computers/no_ip.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/no_ip.php b/ldap-site-mngmt/webinterface/computers/no_ip.php
new file mode 100644
index 00000000..bfda6f02
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/computers/no_ip.php
@@ -0,0 +1,28 @@
+<?php
+
+include('../standard_header.inc.php');
+
+# Dateiname und evtl. Pfad des Templates für die Webseite
+$webseite = "no_ip.dwt";
+
+include("computers_header.inc.php");
+
+###############################################################################
+
+$mnr = 2;
+$sbmnr = -1;
+$mcnr = -1;
+
+$mnr = $_GET['mnr'];
+
+# Menuleiste erstellen
+createMainMenu($rollen, $mainnr);
+createComputersMenu($rollen, $mnr, $auDN, $sbmnr, $mcnr);
+
+###############################################################################
+
+###############################################################################
+
+include("computers_footer.inc.php");
+
+?>