summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/au.php
blob: c66784b12a46a0eb93fcaedfef82f6f49d78e8d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php

include('../standard_header.inc.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");

?>