projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d1d2597
)
added urldecode() of object DN in request
author
Benjamin Renard
<brenard@easter-eggs.com>
Thu, 3 May 2012 10:34:22 +0000
(12:34 +0200)
committer
Benjamin Renard
<brenard@easter-eggs.com>
Thu, 3 May 2012 10:35:07 +0000
(12:35 +0200)
public_html/view.php
patch
|
blob
|
history
diff --git
a/public_html/view.php
b/public_html/view.php
index
ce68a81
..
9900f38
100644
(file)
--- 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)) {