Private GIT

Skip to content
Snippets Groups Projects
Commit 41efb381 authored by Sylvestre Ho's avatar Sylvestre Ho
Browse files

fix #3947;

remove error message that breaks xml output

git-svn-id: http://svn.centreon.com/trunk/centreon@13822 6bcd3966-0018-0410-8128-fd23d134de7e
parent 1f075359
Branches
Tags
No related merge requests found
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
* *
*/ */
ini_set('display_errors', 'Off');
if (!isset($_GET['id'])) { if (!isset($_GET['id'])) {
exit; exit;
} }
......
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
* *
*/ */
ini_set('display_errors', 'Off');
include_once("@CENTREON_ETC@/centreon.conf.php"); include_once("@CENTREON_ETC@/centreon.conf.php");
//include_once("/etc/centreon/centreon.conf.php"); //include_once("/etc/centreon/centreon.conf.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment