diff options
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aur.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index e43ddf6..3d0f3e0 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -343,9 +343,6 @@ function html_header($title="") { global $LANG; global $SUPPORTED_LANGS; - $login = try_login(); - $login_error = $login['error']; - $title = htmlspecialchars($title, ENT_QUOTES); include('header.php'); |