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,5 +1,5 @@
<?php
include("../includes/items.php");
include("../../items.php");
?>
<table width="100%" class="tftable1" border="1" cellspacing="0" cellpadding="4">
<tr>
@@ -157,7 +157,8 @@ include("../includes/items.php");
echo "<td width=\"6.66%\" id=\"dryersoff\">ERROR</td>";
}
//A15
if ($value['A15Running'] == 1) {
echo "<td width=\"6.66%\" id=\"dryersonoffblank\" align=\"center\">A15</td>";
/* if ($value['A15Running'] == 1) {
echo "<td width=\"6.66%\" id=\"dryerson\">A15</td>";
}
else if ($value['A15Running'] == 0) {
@@ -165,7 +166,7 @@ include("../includes/items.php");
}
else {
echo "<td width=\"6.66%\" id=\"dryersoff\">ERROR</td>";
}
}*/
?>
</tr>
</table>