diff options
Diffstat (limited to 'web/html/pkgbase.php')
-rw-r--r-- | web/html/pkgbase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgbase.php b/web/html/pkgbase.php index 201749e..ef9b2c4 100644 --- a/web/html/pkgbase.php +++ b/web/html/pkgbase.php @@ -155,5 +155,5 @@ if (isset($_COOKIE["AURSID"])) { pkgbase_display_details($base_id, $details, null); } -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); |