Changeset 5863

Show
Ignore:
Timestamp:
07/23/08 19:48:55 (2 months ago)
Author:
jmathis
Message:

replace hard code by macro

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/eventLogs/GetODSXmlLog.php

    r5862 r5863  
    3838        require_once 'DB.php'; 
    3939         
    40         include_once("/etc/centreon/centreon.conf.php"); 
     40        include_once("@CENTREON_ETC@/centreon.conf.php"); 
    4141        include_once($centreon_path . "www/include/eventLogs/common-Func.php"); 
    4242        include_once($centreon_path . "www/DBconnect.php");