mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added swiergot's checking patch as well as modifying it to also
list package name in green on the package list page (with legend)
This commit is contained in:
parent
37cc16182a
commit
a8999a6917
8 changed files with 252 additions and 113 deletions
|
@ -376,6 +376,7 @@ if ($_COOKIE["AURSID"]) {
|
|||
$q.="Description='".mysql_escape_string($new_pkgbuild['pkgdesc'])."', ";
|
||||
$q.="URL='".mysql_escape_string($new_pkgbuild['url'])."', ";
|
||||
$q.="LocationID=2, ";
|
||||
$q.="Safe=0, ";
|
||||
$fspath=$INCOMING_DIR.$pkg_name."/".$_FILES["pfile"]["name"];
|
||||
$q.="FSPath='".mysql_escape_string($fspath)."', ";
|
||||
$urlpath=$URL_DIR.$pkg_name."/".$_FILES["pfile"]["name"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue