librenms/includes/html/print-graphrow.inc.php

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

7 lines
158 B
PHP
Raw Normal View History

<?php
$print_graph = ! (isset($return_data) && $return_data);
$graph_data = \LibreNMS\Util\Html::graphRow($graph_array, $print_graph);
unset($graph_array);