From: Benjamin Renard Date: Thu, 3 May 2012 10:34:22 +0000 (+0200) Subject: added urldecode() of object DN in request X-Git-Tag: 1.0-1~59 X-Git-Url: http://git.labs.libre-entreprise.org/?p=ldapsaisie.git;a=commitdiff_plain;h=babade5995c79ccd8842315f36e7553b4c39149b;hp=d1d25972fe07b0da320612065039a0e2cd9d9fd7 added urldecode() of object DN in request --- diff --git a/public_html/view.php b/public_html/view.php index ce68a81..9900f38 100644 --- a/public_html/view.php +++ b/public_html/view.php @@ -25,7 +25,7 @@ require_once 'core.php'; if(LSsession :: startLSsession()) { if (isset($_REQUEST['LSobject'])) { $LSobject = $_REQUEST['LSobject']; - $dn = isset($_REQUEST['dn'])?$_REQUEST['dn']:null; + $dn = isset($_REQUEST['dn'])?urldecode($_REQUEST['dn']):null; if (LSsession :: in_menu($LSobject)) {