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:
Loui Chang 2008-12-21 12:26:46 -05:00 committed by Callan Barrett
parent b56dfc3138
commit ae1c424c95
4 changed files with 8 additions and 10 deletions

View file

@ -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>