Signed-off-by: canyonknight <canyonkni...@gmail.com>
---
 web/html/login.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/html/login.php b/web/html/login.php
index 9b3715b..e458fec 100644
--- a/web/html/login.php
+++ b/web/html/login.php
@@ -17,7 +17,7 @@ html_header('AUR ' . __("Login"));
        <?php if (isset($_COOKIE["AURSID"])): ?>
        <p>
                <?= __("Logged-in as: %s", '<strong>' . 
username_from_sid($_COOKIE["AURSID"]) . '</strong>'); ?>
-               <a href="<?php get_uri('/logout/'); ?>">[<?= __("Logout"); 
?>]</a>
+               <a href="<?= get_uri('/logout/'); ?>">[<?= __("Logout"); ?>]</a>
        </p>
        <?php elseif (!$DISABLE_HTTP_LOGIN || (isset($_SERVER['HTTPS']) && 
$_SERVER['HTTPS'])): ?>
        <form method="post" action="<?= get_uri('/login') ?>">
-- 
1.8.0

Reply via email to