mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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 commit 6b7a22e47cf3a432029342e09bce4c3b87c1f6fd) 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…
x
Reference in New Issue
Block a user