summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/roles.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/au/roles.php')
-rw-r--r--ldap-site-mngmt/webinterface/au/roles.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/au/roles.php b/ldap-site-mngmt/webinterface/au/roles.php
new file mode 100644
index 00000000..608b7e30
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/au/roles.php
@@ -0,0 +1,24 @@
+<?php
+include('../standard_header.inc.php');
+
+$mnr = 0;
+# 3. Dateiname und evtl. Pfad des Templates für die Webseite
+$webseite = "roles_start.dwt";
+
+#include("roles_header.inc.php");
+include("au_header.inc.php");
+
+###################################################################################
+
+$mnr = 3;
+$sbmnr = -1;
+
+# Menuleiste erstellen
+createMainMenu($rollen, $mainnr);
+createAUMenu($rollen, $mnr, $auDN, $sbmnr);
+
+###################################################################################
+
+include("au_footer.inc.php");
+
+?> \ No newline at end of file