- Timestamp:
- 08/21/08 11:36:00 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/monitoring/status/monitoringService.php
r6132 r6217 40 40 submitPassiveCheck(); 41 41 42 $DBRESULT =& $pearDB->query("SELECT ndo_activate FROM general_opt LIMIT 1");43 # Set base value44 $gopt = array_map("myDecode", $DBRESULT->fetchRow());45 46 $ndo = $gopt["ndo_activate"];47 48 42 if ($o == "svcSch"){ 49 43 $_GET["sort_types"] = "next_check"; … … 53 47 $metaservicepath = "metaService.php"; 54 48 55 if (isset($ndo) && !$ndo){ 56 $path = "./include/monitoring/status/status-log/"; 57 include("./include/monitoring/status/resume.php"); 58 $problem = "_problem"; 59 $metaservicepath = $path."metaService.php"; 60 } else { 61 $problem = ""; 62 $path = "./include/monitoring/status/status-ndo/"; 63 $metaservicepath = $path."service.php"; 64 } 49 $problem = ""; 50 $path = "./include/monitoring/status/status-ndo/"; 51 $metaservicepath = $path."service.php"; 65 52 66 53 $pathRoot = "./include/monitoring/";
