Initial setup of new map system

This commit is contained in:
laf
2015-07-20 15:10:56 +01:00
parent 26f137d822
commit b3e14c9ed6
9 changed files with 659 additions and 1 deletions
+4
View File
@@ -1278,3 +1278,7 @@ function fping($host,$params) {
$response = array('xmt'=>$xmt,'rcv'=>$rcv,'loss'=>$loss,'min'=>$min,'max'=>$max,'avg'=>$avg);
return $response;
}
function function_check($function) {
return function_exists($function);
}