www/mon_brewer.php

Sun, 01 Dec 2019 13:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 01 Dec 2019 13:35:32 +0100
changeset 552
ee0db754111e
parent 16
522022b4fae4
permissions
-rw-r--r--

In calcWater() the optimum SO4:Cl ratio is taken from the target profile if set, else it's calculated from the BUGU value. Swapped Cl:SO4 to SO4:Cl ratio presentation. Added remark text next to the Optimal SO4:Cl ratio.

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