Files

10 lines
255 B
PHP
Raw Permalink Normal View History

<?php
2012-05-22 14:20:08 +00:00
$graph_array['height'] = '100';
2020-09-21 15:40:17 +02:00
$graph_array['width'] = '215';
2019-06-23 00:29:12 -05:00
$graph_array['to'] = \LibreNMS\Config::get('time.now');
2020-09-21 15:40:17 +02:00
$graph_array['id'] = $ap['accesspoint_id'];
$graph_array['type'] = $graph_type;
2019-04-11 23:26:42 -05:00
require 'includes/html/print-graphrow.inc.php';