[Libreoffice-commits] .: Branch 'tdf-website' - download/index.html

David Nelson dnelson at kemper.freedesktop.org
Fri Jan 14 18:04:21 PST 2011


 download/index.html |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

New commits:
commit c98db593d39d7668bc866db279a61b816755cfde
Author: David <david at Linux.(none)>
Date:   Sat Jan 15 10:01:24 2011 +0800

    Trying alternative download redirection

diff --git a/download/index.html b/download/index.html
index 897a179..9e25966 100644
--- a/download/index.html
+++ b/download/index.html
@@ -1,5 +1,3 @@
-<head>
-<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.libreoffice.org/download/">
-</head>
-<body>
-</body>
+<?php
+ header('Location: http://www.libreoffice.org/download/', true, 301);
+?>


More information about the Libreoffice-commits mailing list