One more lint error

This commit is contained in:
Tony Murray
2016-08-08 22:46:58 -05:00
parent aa859fe5c4
commit 1182cb3f6d

View File

@@ -18,7 +18,7 @@
require 'includes/graphs/common.inc.php';
$proxmox_rrd = config['rrd_dir'].'/proxmox/'.$vars['cluster'].'/'.$vars['vmid'].'_netif_'.$vars['port'].'.rrd';
$proxmox_rrd = $config['rrd_dir'].'/proxmox/'.$vars['cluster'].'/'.$vars['vmid'].'_netif_'.$vars['port'].'.rrd';
if (rrdtool_check_rrd_exists($proxmox_rrd)) {
$rrd_filename = $proxmox_rrd;