Remove html encoded characters from the product name when returning the info using the API
This commit is contained in:
parent
42ad2cc924
commit
f4f298ebf9
|
@ -63,7 +63,7 @@ switch($info) {
|
|||
$config["MR"] = 0;
|
||||
}
|
||||
|
||||
echo get_product_name() . ' ' . $pandora_version . ' - ' . $build_version . " MR" . $config["MR"];
|
||||
echo io_safe_output(get_product_name()) . ' ' . $pandora_version . ' - ' . $build_version . " MR" . $config["MR"];
|
||||
|
||||
exit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue