summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/pkgsubmit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index 7de7f207..a12ead8b 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -488,7 +488,9 @@ if ($_COOKIE["AURSID"]) {
print __("Sorry, uploads are not permitted by this server.");
print "<br />\n";
}
- }
+ } else {
+ print __("Package upload successful");
+ }
} else {
# visitor is not logged in