mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Merge branch 'ent-2394-fix-api-info-html-encoded-chars' into 'develop'
Remove html encoded characters from the product name when returning the info using the API See merge request artica/pandorafms!1646
This commit is contained in:
commit
6e2af64746
@ -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…
x
Reference in New Issue
Block a user