made auto phpcbf changes; added some documentation

This commit is contained in:
2024-02-10 09:58:54 -06:00
parent e900175c4d
commit b37c414111
91 changed files with 30552 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
<?php $content = function() { ?>
<?php $content = function () { ?>
<h2>Login</h2>
<form action="/login" method="post">
<div class="form-group">
@@ -11,4 +11,4 @@
</div>
<button type="submit" class="btn btn-primary">Login</button>
</form>
<?php }; include __DIR__ . '/../layouts/app.php'; ?>
<?php }; require __DIR__ . '/../layouts/app.php'; ?>