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
|
@ -3,7 +3,7 @@
|
|||
if (isset($_COOKIE["AURSID"])) {
|
||||
print __("Logged-in as: %h%s%h", array("<b>", username_from_sid($_COOKIE["AURSID"]), "</b>"));
|
||||
?>
|
||||
<br /><a href="/logout.php"><?php print __("Logout"); ?></a>
|
||||
<br /><a href="logout.php"><?php print __("Logout"); ?></a>
|
||||
<?php
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue