Files
librenms-librenms/html/pages/device/graphs/os-snom.inc.php
T

5 lines
131 B
PHP
Raw Normal View History

2010-01-07 20:28:38 +00:00
<?php
2010-02-08 00:36:28 +00:00
$graph_title = "Calls";
2010-01-07 20:27:17 +00:00
$graph_type = "snom_calls"; include ("includes/print-device-graph.php");
2010-01-07 20:28:38 +00:00
?>