diff --git a/pandora_console/include/api.php b/pandora_console/include/api.php index 1c6f0af77b..de84850890 100644 --- a/pandora_console/include/api.php +++ b/pandora_console/include/api.php @@ -54,6 +54,7 @@ $no_login_msg = ""; // Clean unwanted output ob_clean(); +// READ THIS: // Special call without checks to retrieve version and build of the Pandora FMS // This info is avalable from the web console without login // Don't change the format, it is parsed by applications @@ -63,7 +64,7 @@ switch($info) { $config["MR"] = 0; } - echo io_safe_output(get_product_name()) . ' ' . $pandora_version . ' - ' . $build_version . " MR" . $config["MR"]; + echo 'Pandora FMS ' . $pandora_version . ' - ' . $build_version . " MR" . $config["MR"]; exit; }