diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-27 00:29:36 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-27 00:29:36 -0400 |
commit | cb9d1193c37b7567dcad5497330169d43ab1e8a2 (patch) | |
tree | 41fea58928d5d4cf87306458114f5465b6620711 /src/web/views/footer.php | |
download | ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.tar.gz ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.tar.bz2 ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.zip |
initial
Diffstat (limited to 'src/web/views/footer.php')
-rw-r--r-- | src/web/views/footer.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web/views/footer.php b/src/web/views/footer.php new file mode 100644 index 0000000..eb7ee28 --- /dev/null +++ b/src/web/views/footer.php @@ -0,0 +1,4 @@ +<?php /* Copyright (c) 2024 Freya Murphy */ ?> + </main> + </body> +</html> |