FIX BUG : function decodeURI
This commit is contained in:
parent
c29e681098
commit
ea3e5bc4fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1780,7 +1780,7 @@ function encodeURIbycharacter($char)
|
|||
function decodeURI($string)
|
||||
{
|
||||
$result = "";
|
||||
for ($i = 0; $i < strlen($string); $i++)
|
||||
for ($i = 0; $i < strlen($string)-8; $i++)
|
||||
{
|
||||
$decstr = "";
|
||||
for ($p = 0; $p <= 8; $p++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue