summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
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/html/index.php
parenta81f22da2dc0435b7417e635abcf5cb2ebe6e18f (diff)
downloadaurweb-e45d8daaba0fed0deb766f46b773c3f83c596ed1.tar.xz
fixed some relative links and rss problems with https
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php
index b2f4590..94e193d 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -87,7 +87,7 @@ $q.= "WHERE DummyPkg != 1 ";
$q.= "ORDER BY SubmittedTS DESC ";
$q.= "LIMIT 0 , 10";
$result = db_query($q,$dbh);
-print "<span class='f3'>".__("Latest Packages:")."</span><span class='f5'><a href='http://".$_SERVER['HTTP_HOST']."/rss2.php'>(rss)</a></span><br />\n";
+print "<span class='f3'>".__("Latest Packages:")."</span><span class='f5'><a href='/rss2.php'>(rss)</a></span><br />\n";
while ($row = mysql_fetch_assoc($result)) {
print " <span class='f4'><a href='/packages.php?do_Details=1&ID=".intval($row["ID"])."'>";
print $row["Name"]."</a></span><br />\n";