summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/html/pkgsubmit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index 84688b4..e87279e 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -460,21 +460,21 @@ html_header("Submit");
</p>
</fieldset>
</form>
-
+</div>
<?php
else:
print __("Sorry, uploads are not permitted by this server.");
?>
<br />
-
+</div>
<?php
endif;
endif;
else:
# Visitor is not logged in
+ html_header("Submit");
print __("You must create an account before you can upload packages.");
- exit();
?>
<br />
@@ -483,7 +483,7 @@ else:
endif;
?>
-</div>
+
<?php
html_footer(AUR_VERSION);