mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
fixed minor bugs
This commit is contained in:
parent
eb000511da
commit
256f0ff0cf
3 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue