mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
applied duds.diff from simo to close bug #2584
This commit is contained in:
parent
544a6f58f7
commit
dd51db3cc9
2 changed files with 10 additions and 0 deletions
|
@ -67,6 +67,11 @@ if ($_COOKIE["AURSID"]) {
|
|||
# can only add/change packages in Unsupported.
|
||||
#
|
||||
|
||||
#Before processing, make sure we even have a file
|
||||
#
|
||||
if ($_FILES['pfile']['size'] == 0){
|
||||
$error = __("Error - No file uploaded");
|
||||
}
|
||||
|
||||
if (!$error) {
|
||||
# no errors checking upload permissions, go ahead and try to process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue