From cd46d68991f7ae0cf319f915c5fecdd71b78ee34 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Sat, 1 Mar 2008 18:04:26 +0000 Subject: Reorganisation of the repo structure as discussed on the devel list. - Move the majority of trunk and all branches to the new openslx/ dir. - Move ldap-site-mngmt to contrib/. - Move openslx/trunk/os-plugins/plugins/vmchooser/src/ to openslx-src-tools/trunk/os-plugins/plugins/vmchooser/ git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1591 95ad53e4-c205-0410-b2fa-d234c58c8868 --- .../webinterface/computers/menuposition_down.php | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 ldap-site-mngmt/webinterface/computers/menuposition_down.php (limited to 'ldap-site-mngmt/webinterface/computers/menuposition_down.php') diff --git a/ldap-site-mngmt/webinterface/computers/menuposition_down.php b/ldap-site-mngmt/webinterface/computers/menuposition_down.php deleted file mode 100644 index 53e82a21..00000000 --- a/ldap-site-mngmt/webinterface/computers/menuposition_down.php +++ /dev/null @@ -1,42 +0,0 @@ -"; - $entrysec ['menuposition'] = $oldpos; - if ($result = ldap_mod_replace($ds,$secmeDN,$entrysec)){ - $entrymenu ['menuposition'] = $newpos; - $result = ldap_mod_replace($ds,$meDN,$entrymenu); - } - } -} -$seconds = 0; -$url = "pxe.php?dn=".$pxeDN."&mnr=".$mnr."&sbmnr=".$sbmnr."&mcnr=".$mcnr."&#menu"; -$mesg = ""; -#$mesg .= "
Sie werden automatisch auf die vorherige Seite zurückgeleitet.
-# Falls nicht, klicken Sie hier back"; -redirect($seconds, $url, $mesg, $addSessionId = TRUE); - -?> \ No newline at end of file -- cgit v1.2.3-55-g7522