summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/au.php
blob: ca732622c1126bc1faeab2721ad0cebd1f6c644f (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
27
28
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");

?>