mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'maint'
This commit is contained in:
commit
49e6184508
5 changed files with 9 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
<?php if ($ver): ?>
|
||||
<p>AUR <?= htmlspecialchars($ver) ?></p>
|
||||
<?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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -7,7 +7,7 @@ $username = username_from_sid($_COOKIE["AURSID"]);
|
|||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="<?= get_uri('/packages/'); ?>?SeB=m&L=2&K=<?= $username; ?>">
|
||||
<a href="<?= get_uri('/packages/'); ?>?SeB=m&K=<?= $username; ?>">
|
||||
<?= __("Packages in unsupported"); ?></a>
|
||||
</td>
|
||||
<td><?= $maintainer_unsupported_count; ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue