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:
pjmattal 2005-07-29 12:29:23 +00:00
parent 37cc16182a
commit a8999a6917
8 changed files with 252 additions and 113 deletions

View file

@ -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"];