1
0
Fork 0
mirror of https://gitlab.easter-eggs.com/ee/ldapsaisie.git synced 2025-03-24 04:41:36 +01:00

added urldecode() of object DN in request

This commit is contained in:
Benjamin Renard 2012-05-03 12:34:22 +02:00
parent d1d25972fe
commit babade5995

View file

@ -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)) {