diff options
author | jchu <jchu> | 2004-12-15 04:24:28 +0100 |
---|---|---|
committer | jchu <jchu> | 2004-12-15 04:24:28 +0100 |
commit | 341e4e5fa750420c06c319dab36581ecc5dc9381 (patch) | |
tree | dc43bf3224cbd86288695e4032baf95e448555e7 /web/html/pkgsubmit.php | |
parent | 15ade606f60d9a565204ef0fe232f07894fea0b8 (diff) | |
download | aur-341e4e5fa750420c06c319dab36581ecc5dc9381.tar.gz aur-341e4e5fa750420c06c319dab36581ecc5dc9381.tar.xz |
fixed up a bunch of dummy package things and added a message saying teh upload was successful
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 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 |