Implement rrdtool_check_rrd_exists

This commit is contained in:
Justin Settle
2016-10-17 12:41:20 -04:00
parent 10ad85374f
commit 9d67c90a50
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ $rigid = true;
$print_total = true;
$simple_rrd = true;
if (is_file($rrd_filename)) {
if (rrdtool_check_rrd_exists($rrd_filename)) {
$rrd_list = array(
array(
'ds' => 'Radio0OtherBss',

View File

@@ -10,7 +10,7 @@ $rigid = true;
$print_total = true;
$simple_rrd = true;
if (is_file($rrd_filename)) {
if (rrdtool_check_rrd_exists($rrd_filename)) {
$rrd_list = array(
array(
'ds' => 'Radio1OtherBss',