Files
librenms-librenms/html/pages/device/graphs/os-snom.inc.php
T
Tom Laermans 58e2a717e1 err, right
git-svn-id: http://www.observium.org/svn/observer/trunk@618 61d68cd4-352d-0410-923a-c4978735b2b8
2010-01-07 20:28:38 +00:00

5 lines
149 B
PHP

<?php
echo("<div class=graphhead>Calls</div>");
$graph_type = "snom_calls"; include ("includes/print-device-graph.php");
?>