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