[xiph-commits] r7808 - websites/icecast.org/common
atamido at motherfish-iii.xiph.org
atamido at motherfish-iii.xiph.org
Mon Sep 20 11:30:57 PDT 2004
Author: atamido
Date: 2004-09-20 11:30:56 -0700 (Mon, 20 Sep 2004)
New Revision: 7808
Modified:
websites/icecast.org/common/header.php
Log:
Set the icecast pages to use relative links instead of absolute.
Modified: websites/icecast.org/common/header.php
===================================================================
--- websites/icecast.org/common/header.php 2004-09-19 23:41:19 UTC (rev 7807)
+++ websites/icecast.org/common/header.php 2004-09-20 18:30:56 UTC (rev 7808)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<?
- $iceroot = "http://www.icecast.org/";
+ $iceroot = "/";
$dirroot = "http://dir.xiph.org/";
?>
<html>
More information about the commits
mailing list