Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
158 B
PHP
Raw Permalink Normal View History

2010-07-25 18:05:16 +00:00
<?php
2018-11-29 19:23:40 -06:00
$print_graph = ! (isset($return_data) && $return_data);
$graph_data = \LibreNMS\Util\Html::graphRow($graph_array, $print_graph);
2010-07-25 18:05:16 +00:00
2016-01-17 12:13:45 +10:00
unset($graph_array);