Folder reorganize 1

This commit is contained in:
Rucus
2026-02-17 12:44:37 -06:00
parent ec99d85bc2
commit f0ae0ab905
17427 changed files with 2071 additions and 1059030 deletions

View File

@@ -1,51 +1,16 @@
<?php include("../data/header.php");?>
<br>
<br>
<font color="#e0e802"><i>GENERAL DATA</i></font>
<?php include("../data/newgeneral.php");?>
<br>
<br>
<font color="#e0e802"><i>GENERAL DATA WITH STEAM VALUES</i></font>
<?php include("../data/newgeneralwithsteam.php");?>
<br>
<br>
<font color="#e0e802"><i>EAST AND WEST TANDEMS FULL DATA</i></font>
<?php include("../data/newmills.php");?>
<br>
<br>
<font color="#e0e802"><i>BOILERS SLIM STEAM ONLY</i></font>
<?php include("../data/boilersslim.php");?>
<br>
<br>
<font color="#e0e802"><i>BOILERS FULL DATA</i></font>
<?php include("../data/boilersfull.php");?>
<br>
<br>
<font color="#e0e802"><i>TANK LEVEL DATA SLIM</i></font>
<?php include("../data/tanklevelsbar.php");?>
<br>
<br>
<font color="#e0e802"><i>TANK LEVEL DATA STACKED</i></font>
<?php include("../data/tanklevelswrap.php");?>
<br>
<br>
<font color="#e0e802"><i>TANK LEVEL DATA VERTICAL</i></font>
<?php include("../data/tanklvlsvert.php");?>
<br>
<br>
<font color="#e0e802"><i>TABLES AND TRUCK DUMP DATA</i></font>
<?php include("../data/tablesandtd.php");?>
<br>
<br>
<font color="#e0e802"><i>EVAPORATORS AND PRE-EVAPORATOR DATA</i></font>
<?php include("../data/evaporators.php");?>
<br>
<br>
<font color="#e0e802"><i>SHELL AND TUBER HEATER DATA</i></font>
<?php include("../data/heaters.php");?>
<br>
<br>
<font color="#e0e802"><i>DRYERS DATA</i></font>
<?php include("../data/dryers.php");?>
<br>
<?php
// phpcs:ignoreFile
declare(strict_types=1);
require_once __DIR__ . '/../data/newgeneral.php';
require_once __DIR__ . '/../data/newgeneralwithsteam.php';
require_once __DIR__ . '/../data/newmills.php';
require_once __DIR__ . '/../data/boilersslim.php';
require_once __DIR__ . '/../data/boilersfull.php';
require_once __DIR__ . '/../data/tanklevelsbar.php';
require_once __DIR__ . '/../data/tanklevelswrap.php';
require_once __DIR__ . '/../data/tanklvlsvert.php';
require_once __DIR__ . '/../data/tablesandtd.php';
require_once __DIR__ . '/../data/evaporators.php';
require_once __DIR__ . '/../data/heaters.php';
require_once __DIR__ . '/../data/dryers.php';