diff options
Diffstat (limited to 'web/html/comaintainers.php')
-rw-r--r-- | web/html/comaintainers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/comaintainers.php b/web/html/comaintainers.php index 591fcad1..23d8d19b 100644 --- a/web/html/comaintainers.php +++ b/web/html/comaintainers.php @@ -16,6 +16,6 @@ if (!isset($base_id) || !has_credential(CRED_PKGBASE_EDIT_COMAINTAINERS, array(p html_header(__("Manage Co-maintainers")); $users = pkgbase_get_comaintainers($base_id); include('comaintainers_form.php'); -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); |