Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix #3821
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmathis committed Oct 9, 2015
1 parent 7d39160 commit 36a1ad3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
*/

require_once "/etc/centreon/centreon.conf.php";
require_once "@CENTREON_ETC@/centreon.conf.php";
require_once $centreon_path . "/www/class/centreonExternalCommand.class.php";
require_once $centreon_path . "/www/class/centreonDB.class.php";
require_once $centreon_path . "/www/class/centreonHost.class.php";
Expand Down
2 changes: 1 addition & 1 deletion www/include/monitoring/status/Hosts/xml/broker/hostXML.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
*/

include_once "/etc/centreon/centreon.conf.php";
include_once "@CENTREON_ETC@/centreon.conf.php";
include_once $centreon_path . "www/class/centreonXMLBGRequest.class.php";
include_once $centreon_path . "www/class/centreonInstance.class.php";
include_once $centreon_path . "www/class/centreonCriticality.class.php";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

$debug = 0;

include_once "/etc/centreon/centreon.conf.php";
include_once "@CENTREON_ETC@/centreon.conf.php";

require_once $centreon_path . "www/class/centreonXMLBGRequest.class.php";
require_once $centreon_path . 'www/class/centreonLang.class.php';
Expand Down
2 changes: 1 addition & 1 deletion www/include/views/graphs/GetXmlTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/**
* Include config file
*/
include_once "/etc/centreon/centreon.conf.php";
include_once "@CENTREON_ETC@/centreon.conf.php";

/*
* Include Dependancies
Expand Down

0 comments on commit 36a1ad3

Please sign in to comment.