summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsubmit.php
diff options
context:
space:
mode:
authorjchu <jchu>2004-12-15 04:24:28 +0100
committerjchu <jchu>2004-12-15 04:24:28 +0100
commit341e4e5fa750420c06c319dab36581ecc5dc9381 (patch)
treedc43bf3224cbd86288695e4032baf95e448555e7 /web/html/pkgsubmit.php
parent15ade606f60d9a565204ef0fe232f07894fea0b8 (diff)
downloadaur-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.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