diff options
Diffstat (limited to 'web/html/login.php')
-rw-r--r-- | web/html/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/login.php b/web/html/login.php index 9818d04..94da559 100644 --- a/web/html/login.php +++ b/web/html/login.php @@ -53,4 +53,4 @@ html_header('AUR ' . __("Login")); <?php endif; ?> </div> <?php -html_footer(AUR_VERSION); +html_footer(AURWEB_VERSION); |