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