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

David Nelson dnelson at kemper.freedesktop.org
Fri Jan 14 18:19:38 PST 2011


 download/index.html |    5 +++++
 download/index.php  |    3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 8b57e6344a48db32713c31e1204bccd642bcd667
Author: David Nelson <commerce at traduction.biz>
Date:   Sat Jan 15 10:18:33 2011 +0800

    Alternative download redirect did not work, so restoring original solution

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


More information about the Libreoffice-commits mailing list