Initial commit

This commit is contained in:
whoisfrost
2026-02-17 13:30:09 -06:00
commit f24a2e2235
404 changed files with 37425 additions and 0 deletions

9
data/header.php Normal file
View File

@@ -0,0 +1,9 @@
<head>
<link rel="stylesheet" href="data/4kfix.css">
</head>
<table class="tftable1">
<tr>
<td width="50%" align="left" border="0"><font color="#00BFFF"><i>LASUCA CONTROLS &nbsp<?php date_default_timezone_set('America/Chicago'); $date = date('M j, Y g:i:s A'); echo "$date";?> &nbsp Crop Day <?php include("../includes/cropday.php");?></i></font></td>
<td width="50%" align="right" border="0"><font color="#00BFFF"><i>CONTROLS OVERVIEW</i></font></td>
</tr>
</table>