mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Really make all web paths relative.
I forgot about the forms. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
parent
b56dfc3138
commit
ae1c424c95
4 changed files with 8 additions and 10 deletions
|
@ -415,7 +415,7 @@ html_header("Submit");
|
|||
$pkg_locations = pkgLocations();
|
||||
?>
|
||||
|
||||
<form action='/pkgsubmit.php' method='post' enctype='multipart/form-data'>
|
||||
<form action='pkgsubmit.php' method='post' enctype='multipart/form-data'>
|
||||
<input type='hidden' name='pkgsubmit' value='1' />
|
||||
<table border='0' cellspacing='5'>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue