forked from extern/egroupware
added a rawurlencode => ldap dn's can have white spaces and other non html
chars
This commit is contained in:
parent
2bbbaf8982
commit
708456dd33
@ -30,6 +30,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (($account_id) && (! $confirm)) {
|
if (($account_id) && (! $confirm)) {
|
||||||
|
// the account can have special chars/white spaces, if it is a ldap dn
|
||||||
|
$account_id = rawurlencode($account_id);
|
||||||
?>
|
?>
|
||||||
<center>
|
<center>
|
||||||
<table border=0 with=65%>
|
<table border=0 with=65%>
|
||||||
|
Loading…
Reference in New Issue
Block a user