index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-04-12 14:00:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-04-12 14:00:46 +0200 |
commit | b1b6b1b2674a68034c39a3f6dd71abdd59f76ed1 (patch) | |
tree | 43ca6cc513cf17d588ef78e9c84c1fe6e9d1ca40 /pkgapi/pkginfo.php | |
parent | bc47738997114be668da8975b9f4d6d18ff65925 (diff) |
-rw-r--r-- | pkgapi/pkginfo.php | 2 |
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( |