summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-06-10 23:24:34 +0000
committersimo <simo>2005-06-10 23:24:34 +0000
commite45d8daaba0fed0deb766f46b773c3f83c596ed1 (patch)
treea98f167f7d799edc340ad27c54a3a9471062f19c /web/lib/aur.inc
parenta81f22da2dc0435b7417e635abcf5cb2ebe6e18f (diff)
downloadaurweb-e45d8daaba0fed0deb766f46b773c3f83c596ed1.tar.xz
fixed some relative links and rss problems with https
Diffstat (limited to 'web/lib/aur.inc')
-rw-r--r--web/lib/aur.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 5fffb33..494e70a 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -362,7 +362,7 @@ function html_header() {
print "<link rel='stylesheet' type='text/css' href='/css/fonts.css'/>\n";
print "<link rel='stylesheet' type='text/css' href='/css/containers.css'/>\n";
print "<link rel='shortcut icon' href='/images/favicon.ico'/>\n";
- print "<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='http://".$_SERVER['HTTP_HOST']."/rss2.php' />\n";
+ print "<link rel='alternate' type='application/rss+xml' title='Newest Packages RSS' href='/rss2.php' />\n";
print "<meta http-equiv=\"Content-Type\"";
print " content=\"text/html; charset=UTF-8\" />\n";
print "</head>\n";