projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9b24f
)
Added urldecode() of load parameter in request
author
Benjamin Renard
<brenard@easter-eggs.com>
Thu, 3 May 2012 12:39:01 +0000
(14:39 +0200)
committer
Benjamin Renard
<brenard@easter-eggs.com>
Thu, 3 May 2012 12:39:01 +0000
(14:39 +0200)
public_html/create.php
patch
|
blob
|
history
diff --git
a/public_html/create.php
b/public_html/create.php
index
7b6727c
..
ddc1a44
100644
(file)
--- a/
public_html/create.php
+++ b/
public_html/create.php
@@
-38,7
+38,7
@@
if(LSsession :: startLSsession()) {
$object = new $LSobject();
if ($_GET['load']!='') {
- $form = $object -> getForm('create',
$_GET['load']
);
+ $form = $object -> getForm('create',
urldecode($_GET['load'])
);
}
else {
$form = $object -> getForm('create');