add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

20
controls-rework/lab.php Normal file
View File

@@ -0,0 +1,20 @@
<?php // phpcs:ignoreFile
require __DIR__ . '/session.php';
require __DIR__ . '/userAccess.php';
$pageTitle = 'Mill Lab Tests';
$pageSubtitle = 'Latest lab spreadsheet export';
$pageDescription = 'Mill laboratory test spreadsheet embedded within the LASUCA controls dashboard.';
require __DIR__ . '/includes/layout/header.php';
require __DIR__ . '/menuinclude.php';
?>
<div class="app-content">
<section class="data-panel">
<?php include __DIR__ . '/bigsheet.php'; ?>
</section>
</div>
<?php require __DIR__ . '/includes/layout/footer.php'; ?>