summaryrefslogtreecommitdiff
path: root/pkgapi/pkginfo.php
diff options
context:
space:
mode:
Diffstat (limited to 'pkgapi/pkginfo.php')
-rw-r--r--pkgapi/pkginfo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgapi/pkginfo.php b/pkgapi/pkginfo.php
index 083481a..d9701ec 100644
--- a/pkgapi/pkginfo.php
+++ b/pkgapi/pkginfo.php
@@ -10,7 +10,7 @@ foreach (array('arch', 'repo', 'pkgname') as $must_have_key) {
throw_http_error(400, 'Malformed request', 'Value for ' . $must_have_key . ' is invalid.');
}
-if (($_GET['arch'] != 'i486') && ($_GET['arch'] != 'i686'))
+if (($_GET['arch'] != 'i486') && ($_GET['arch'] != 'i686') && ($_GET['arch'] != 'pentium4'))
throw_http_error(400, 'Malformed request', 'Architecture ' . $_GET['arch'] . ' is unkown.');
$infos = trim(