diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-14 12:30:55 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-14 12:30:55 +0400 |
| commit | 6d8335714676ebd34f1ca8a94e103c1f433b7c4b (patch) | |
| tree | 26cc5c8e2f3a4cd429eb465f58597d88bf0d8028 /lib/partials.php | |
| parent | de84928b8a6bcb9bfd64c5697c874495d983b819 (diff) | |
feat: tor link
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php index afd36d6..5b94ce2 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -116,6 +116,9 @@ function html_footer() <?php elseif (!empty(INSTANCE_DONATIONS) && is_string(INSTANCE_DONATIONS)): ?> <p><a href="<?= INSTANCE_DONATIONS ?>">[Donate]</a></p> <?php endif; ?> + <?php if (!empty(INSTANCE_TOR)): ?> + <p><a href="<?= INSTANCE_TOR ?>">[Tor]</a></p> + <?php endif; ?> <p>Serving <?= count($files) ?> files and <?= $file_size ?> of active content</p> </footer> <?php ; |
