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.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/ldap-site-mngmt/webinterface/au/au.php b/ldap-site-mngmt/webinterface/au/au.php
deleted file mode 100644
index c66784b1..00000000
--- a/ldap-site-mngmt/webinterface/au/au.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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");
-
-?> \ No newline at end of file