Merge branch '1776-3833-no-aparecen-eventos-en-la-aplicacion-de-android-v6' into 'pandora_6.0'
Resolve "[ #3833] No aparecen Eventos en la aplicación de android v6" See merge request artica/pandorafms!1352 (cherry picked from commit6b7a22e47c
)c7e7ea1e
Removed unwanted output from the api.php responses
This commit is contained in:
parent
a0eff331c5
commit
5335b69b61
|
@ -51,6 +51,9 @@ $correctLogin = false;
|
||||||
$user_in_db = null;
|
$user_in_db = null;
|
||||||
$no_login_msg = "";
|
$no_login_msg = "";
|
||||||
|
|
||||||
|
// Clean unwanted output
|
||||||
|
ob_clean();
|
||||||
|
|
||||||
// Special call without checks to retrieve version and build of the Pandora FMS
|
// Special call without checks to retrieve version and build of the Pandora FMS
|
||||||
// This info is avalable from the web console without login
|
// This info is avalable from the web console without login
|
||||||
// Don't change the format, it is parsed by applications
|
// Don't change the format, it is parsed by applications
|
||||||
|
|
Loading…
Reference in New Issue