librenms/includes/html/print-interface-graphs.inc.php
Tony Murray f3ba8947f7
Use Config helper (#10339)
remove usage of global variable
2019-06-23 00:29:12 -05:00

10 lines
257 B
PHP

<?php
$graph_array['height'] = '100';
$graph_array['width'] = '215';
$graph_array['to'] = \LibreNMS\Config::get('time.now');
$graph_array['id'] = $port['port_id'];
$graph_array['type'] = $graph_type;
require 'includes/html/print-graphrow.inc.php';