summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/zwischen.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/zwischen.php')
-rw-r--r--ldap-site-mngmt/webinterface/zwischen.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/ldap-site-mngmt/webinterface/zwischen.php b/ldap-site-mngmt/webinterface/zwischen.php
deleted file mode 100644
index 21e5137a..00000000
--- a/ldap-site-mngmt/webinterface/zwischen.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-session_cache_expire(30);
-session_start();
-
-$_SESSION['audn'] = $_GET['audn'];
-
-$rollen_string = $_GET['rollen'];
-$_SESSION['rollen'] = explode('_',$rollen_string);
-
-include('lib/commonlib.inc.php');
-
-$url = "au/au.php";
-$mesg = "";
-redirect(0, $url, $mesg, $addSessionId = TRUE);
-
-?> \ No newline at end of file