fixed minor bugs

This commit is contained in:
pjmattal 2005-02-23 05:31:39 +00:00
parent eb000511da
commit 256f0ff0cf
3 changed files with 9 additions and 2 deletions

View file

@ -160,7 +160,7 @@ if ($_COOKIE["AURSID"]) {
}
$shcmd = "/bin/sh -c 'mv ".$upload_file." ".$INCOMING_DIR.$pkg_name;
$shcmd.= "/".$_FILES["pfile"]["name"]."'");
$shcmd.= "/".$_FILES["pfile"]["name"]."'";
@exec($shcmd);
# if no error, get list of directory contents and process PKGBUILD