Folder reorganize 1
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user