mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
We live in 2013 now
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
7f6993be68
commit
398fdb67ea
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<?php if ($ver): ?>
|
<?php if ($ver): ?>
|
||||||
<p>AUR <?= htmlspecialchars($ver) ?></p>
|
<p>AUR <?= htmlspecialchars($ver) ?></p>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<p>Copyright © 2004-2012 AUR Development Team.</p>
|
<p>Copyright © 2004-<?= date("Y") ?> AUR Development Team.</p>
|
||||||
<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
|
<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue