Update code with changes from git diff

This commit is contained in:
2023-11-10 18:15:14 +00:00
parent 2e00fbec20
commit 2173869717
33 changed files with 7013 additions and 615 deletions

View File

@@ -19,9 +19,11 @@
html_header("test.php");
?>
<?= "<!-- $user -->" ?>
<main class="container content content-margin" id="local-app">
<pre>
<?= $user ?>
</pre>
</main>
<?
include "import/html_footer.php";