[aur-dev] [PATCH 1/4] Fix title in package requests list
Lukas Fleischer
archlinux at cryptocrack.de
Wed Jul 2 02:29:34 EDT 2014
Use "Requests" instead of "File Request" as title for the package
request list.
Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
web/html/pkgreq.php | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php
index 401b60c..674f1c1 100644
--- a/web/html/pkgreq.php
+++ b/web/html/pkgreq.php
@@ -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');
}
--
2.0.1
More information about the aur-dev
mailing list