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