diff options
Diffstat (limited to 'web/html/pkgsubmit.php')
-rw-r--r-- | web/html/pkgsubmit.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 7de7f20..a12ead8 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 |