summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/au.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/au/au.php')
-rw-r--r--ldap-site-mngmt/webinterface/au/au.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/au/au.php b/ldap-site-mngmt/webinterface/au/au.php
new file mode 100644
index 00000000..ca732622
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/au/au.php
@@ -0,0 +1,29 @@
+<?php
+
+include('../standard_header.inc.php');
+include("../class.FastTemplate.php");
+
+# Filename of Template
+$webseite = "au_start.dwt";
+
+include('au_header.inc.php');
+
+
+###############################################################################
+# Menus
+
+$mnr = 0;
+$sbmnr = -1;
+
+$childauDN = $_GET['dn'];
+
+createMainMenu($rollen, $mainnr);
+createAUMenu($rollen, $mnr, $auDN, $sbmnr);
+
+
+###############################################################################
+# Footer
+
+include("au_footer.inc.php");
+
+?> \ No newline at end of file