Merge remote-tracking branch 'upstream/master' into rrd-create-remote

This commit is contained in:
Tony Murray
2016-07-07 21:28:47 -05:00
111 changed files with 50858 additions and 311 deletions

View File

@@ -1533,3 +1533,9 @@ function create_sensor_to_state_index($device, $state_name, $index)
dbInsert($insert, 'sensors_to_state_indexes');
}
}
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()