Added support for Juniper optic sensors

This commit is contained in:
laf
2016-06-29 00:14:21 +01:00
parent 692c29cbd8
commit e20281aefd
8 changed files with 109 additions and 8 deletions

View File

@@ -892,14 +892,6 @@ function generate_ap_url($ap, $vars=array()) {
}//end generate_ap_url()
function report_this($message) {
global $config;
return '<h2>'.$message.' Please <a href="'.$config['project_issues'].'">report this</a> to the '.$config['project_name'].' developers.</h2>';
}//end report_this()
function report_this_text($message) {
global $config;
return $message.'\nPlease report this to the '.$config['project_name'].' developers at '.$config['project_issues'].'\n';