www/mon_node.php

Fri, 20 Sep 2019 20:12:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 20 Sep 2019 20:12:36 +0200
changeset 500
8d53ad389204
parent 181
db4e62482d0b
permissions
-rw-r--r--

Reworked the splitted batches, the data is now in a separate table and there is only one product record.

<?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