diff options
-rw-r--r-- | web/html/pkgflag.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgflag.php b/web/html/pkgflag.php index 44849d88..25c8ccbb 100644 --- a/web/html/pkgflag.php +++ b/web/html/pkgflag.php @@ -28,7 +28,7 @@ if (check_token()) { } if ($ret) { - header('Location: ' . get_pkgbase_uri($pkgbase_name) . $fragment); + header('Location: ' . get_pkgbase_uri($pkgbase_name)); exit(); } } |