www/mon_node.php

Sat, 12 Jan 2019 20:18:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Jan 2019 20:18:54 +0100
changeset 188
0ef62ec2d5b0
parent 181
db4e62482d0b
permissions
-rw-r--r--

Added door and lights status leds.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Monitor node', 'mon_node');
?>

   <div id="MainPanel">
    <div id="ContentPanel"></div>
   </div>

<?php
page_footer();
?>

mercurial