summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-04-22 06:18:31 +0200
committerpjmattal <pjmattal>2005-04-22 06:18:31 +0200
commitdd51db3cc9b580dde933d1071033baac6dc8943d (patch)
treed9651bdf49ab70c99e15f7bf726e0df4ff025b97 /web/html
parent544a6f58f775c00cd73a795457fcd7ce9df0f9fc (diff)
downloadaur-dd51db3cc9b580dde933d1071033baac6dc8943d.tar.gz
aur-dd51db3cc9b580dde933d1071033baac6dc8943d.tar.xz
applied duds.diff from simo to close bug #2584
Diffstat (limited to 'web/html')
-rw-r--r--web/html/pkgsubmit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index ed2fb086..9ef2737c 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -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