System Overview Controls
>
General Systems
>
Mills & Boilers
>
Tank Levels
General Systems - Disabled
'; } ?>
Mills & Boilers - File not found
'; } } elseif (isset($_POST['Mills']) && intval($_POST['Mills']) == 1) { // Handle initial POST if (file_exists('data/boilers.php')) { include 'data/boilers.php'; } } else { // DISABLED - Show message echo '
Mills & Boilers - Disabled
'; } ?>
Tank Levels - File not found
'; } } elseif (isset($_POST['Levels']) && intval($_POST['Levels']) == 1) { // Handle initial POST if (file_exists('tanklevels.php')) { include 'tanklevels.php'; } } else { // DISABLED - Show message echo '
Tank Levels - Disabled
'; } ?>
Picture Number: