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

David Nelson dnelson at kemper.freedesktop.org
Fri Jan 14 18:13:26 PST 2011


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

New commits:
commit f67c790508de6b1cc07c4550f251074e1a3f8df7
Author: David Nelson <commerce at traduction.biz>
Date:   Sat Jan 15 10:12:29 2011 +0800

    Another alternative implementation of download redirect

diff --git a/download/index.html b/download/index.html
deleted file mode 100644
index 9e25966..0000000
--- a/download/index.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
- header('Location: http://www.libreoffice.org/download/', true, 301);
-?>
diff --git a/download/index.php b/download/index.php
new file mode 100644
index 0000000..9e25966
--- /dev/null
+++ b/download/index.php
@@ -0,0 +1,3 @@
+<?php
+ header('Location: http://www.libreoffice.org/download/', true, 301);
+?>


More information about the Libreoffice-commits mailing list