Private GIT

Skip to content
Snippets Groups Projects
Commit 4b52e69e authored by jean-baptiste's avatar jean-baptiste Committed by Kevin Duret
Browse files

Macro for path "centreon.config.php"

parent d9ad3824
Branches
Tags
No related merge requests found
......@@ -4,13 +4,13 @@
*/
/* MySQL configuration file */
define('_CENTREON_ETC_', '/etc/centreon');
define('_CENTREON_ETC_', '@CENTREON_ETC@');
if (file_exists(_CENTREON_ETC_ . '/centreon.conf.php')) {
include_once _CENTREON_ETC_ . '/centreon.conf.php';
define('_CENTREON_PATH_', $centreon_path);
define('_CENTREON_LOG_', '/var/log/centreon');
define('_CENTREON_LOG_', '@CENTREON_LOG@');
define('_CENTREON_VARLIB_', '@CENTREON_VARLIB@');
define('hostCentreon', $conf_centreon['hostCentreon']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment