9 lines
165 B
PHP
Raw Normal View History

<?php
echo("<div class=graphhead>Device Uptime</div>");
$graph_type = "uptime"; include ("includes/print-device-graph.php");
echo("<br />");
?>