diff options
| author | ilotterytea <iltsu@alright.party> | 2025-10-03 21:04:28 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-10-03 21:04:28 +0500 |
| commit | b3711fbf9ce4b0c0a4f03483f9c6e8fe20baae39 (patch) | |
| tree | d2841841c1f476bab93f51f92d4ab892aebdf1cf /public/index.php | |
| parent | 68db89e75c4dac8414a9ea6c21ba713cca312326 (diff) | |
feat: disclaimer
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index 47ae798..afbb209 100644 --- a/public/index.php +++ b/public/index.php @@ -298,6 +298,7 @@ $privacy_exists = is_file($_SERVER['DOCUMENT_ROOT'] . '/static/PRIVACY.txt'); </section> </div> <?php endif; ?> + <?php html_mini_footer(); ?> <?php else: ?> <?php html_big_navbar() ?> |
