mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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;
|
$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;
|
exit;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user