diff options
Diffstat (limited to 'web/html/pkgreq.php')
-rw-r--r-- | web/html/pkgreq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php index ccb0acd..1e671d0 100644 --- a/web/html/pkgreq.php +++ b/web/html/pkgreq.php @@ -80,5 +80,5 @@ if (isset($base_id)) { include('pkgreq_results.php'); } -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); |