mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix title in package requests list
Use "Requests" instead of "File Request" as title for the package request list. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
7b57e0e1b3
commit
e141c6c38c
1 changed files with 3 additions and 2 deletions
|
@ -8,8 +8,6 @@ include_once("pkgfuncs.inc.php");
|
|||
set_lang();
|
||||
check_sid();
|
||||
|
||||
html_header(__("File Request"));
|
||||
|
||||
if (!isset($base_id)) {
|
||||
if (!check_user_privileges()) {
|
||||
header('Location: /');
|
||||
|
@ -62,8 +60,11 @@ if (!isset($base_id)) {
|
|||
}
|
||||
|
||||
$SID = $_COOKIE['AURSID'];
|
||||
|
||||
html_header(__("Requests"));
|
||||
include('pkgreq_results.php');
|
||||
} else {
|
||||
html_header(__("File Request"));
|
||||
include('pkgreq_form.php');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue