mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	add leading slash to path postpend
git-svn-id: http://www.observium.org/svn/observer/trunk@1684 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -13,7 +13,7 @@ while ($service = mysql_fetch_array($query)) {
 | 
			
		||||
  $service_status = $service['service_status'];
 | 
			
		||||
  $service_type = strtolower($service['service_type']);
 | 
			
		||||
  $service_param = $service['service_param'];
 | 
			
		||||
  $checker_script = $config['install_dir'] . "includes/services/" . $service_type . "/check.inc";
 | 
			
		||||
  $checker_script = $config['install_dir'] . "/includes/services/" . $service_type . "/check.inc";
 | 
			
		||||
  if(is_file($checker_script)) {
 | 
			
		||||
    include($checker_script);
 | 
			
		||||
  } else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user