mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixes FS#45321 Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
13 lines
486 B
PHP
13 lines
486 B
PHP
|
|
<!-- End of main content -->
|
|
|
|
<div id="footer">
|
|
<?php if ($ver): ?>
|
|
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
|
|
<?php endif; ?>
|
|
<p>Copyright © 2004-<?= date("Y") ?> aurweb Development Team.</p>
|
|
<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|