aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/fi_FI/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-09-20 14:26:43 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-09-20 14:26:43 +0000
commit33e0b66238513ec473e8e4d5651e2b50fd7617e4 (patch)
tree29356ef6dfb3f9621fa75a774d95f31abda5358a /plugins/TakeATour/language/fi_FI/index.php
parente1163fb2f559d0beb166855794de56977e27f6d5 (diff)
[takeatour] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@29671 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/fi_FI/index.php')
-rw-r--r--plugins/TakeATour/language/fi_FI/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/fi_FI/index.php b/plugins/TakeATour/language/fi_FI/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/TakeATour/language/fi_FI/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>