6 lines
151 B
PHP

<?php
$graph_title = "Device Uptime";
$graph_type = "device_uptime"; include ("includes/print-device-graph.php");
echo("<br />");
?>