Checks if value is a string before calling urldecode()
This commit is contained in:
@@ -37,8 +37,10 @@ if (empty($export_list)) {
|
||||
}
|
||||
|
||||
foreach($_GET as $name => $value) {
|
||||
if(is_string($value)) {
|
||||
$_GET[urldecode($name)] = urldecode($value);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
<form method="post" action="export.php" name="dump">
|
||||
|
Reference in New Issue
Block a user