www/index.php

Wed, 19 Aug 2020 17:13:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 19 Aug 2020 17:13:24 +0200
changeset 710
9646123ea063
parent 15
ccbe79db80b8
permissions
-rw-r--r--

Fixed st_category_namber to be an integer value instead of float. The calc_acid in a new recipe is integer. Added missing wg_ and wb_ fields in a new recipe.

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

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

<?php
page_footer();
?>

mercurial