mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Make all web paths relative.
The site no longer needs to be hosted from the root of a domain, or virtual host. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
parent
e12a8ad3da
commit
cfeb080dcd
5 changed files with 23 additions and 23 deletions
|
@ -463,7 +463,7 @@ function search_results_page($UTYPE,$O=0,$SB="",$U="",$T="",
|
|||
}
|
||||
print "<tr>";
|
||||
print "<td class='".$c."'>";
|
||||
print "<span class='f5'><a href='/packages.php?SeB=m&K=".$row["Username"]."'>".$row["Username"]."</a></span></td>";
|
||||
print "<span class='f5'><a href='packages.php?SeB=m&K=".$row["Username"]."'>".$row["Username"]."</a></span></td>";
|
||||
print "<td class='".$c."'>";
|
||||
print "<span class='f5'>".$row["AccountType"];
|
||||
print "</span></td>";
|
||||
|
@ -593,7 +593,7 @@ function display_account_info($U="",$T="",
|
|||
print " </tr>\n";
|
||||
|
||||
print " <tr>\n";
|
||||
print " <td colspan='2'><a href='/packages.php?K=".$U."&SeB=m'>".__("View this user's packages")."</a></td>\n";
|
||||
print " <td colspan='2'><a href='packages.php?K=".$U."&SeB=m'>".__("View this user's packages")."</a></td>\n";
|
||||
print " </tr>\n";
|
||||
|
||||
print "</table>\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue