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