From 341e4e5fa750420c06c319dab36581ecc5dc9381 Mon Sep 17 00:00:00 2001 From: jchu Date: Wed, 15 Dec 2004 03:24:28 +0000 Subject: fixed up a bunch of dummy package things and added a message saying teh upload was successful --- web/html/pkgsubmit.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/html/pkgsubmit.php') 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 "
\n"; } - } + } else { + print __("Package upload successful"); + } } else { # visitor is not logged in -- cgit v1.2.3-54-g00ecf