aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/hu_HU/index.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2014-10-12 06:24:58 +0000
committerddtddt <ddtddt@piwigo.org>2014-10-12 06:24:58 +0000
commit0f80a888a20b89e8df99ce14cad773e5c63b4b10 (patch)
tree78c550de21edf10f58da92927067b98152ce65a6 /plugins/TakeATour/language/hu_HU/index.php
parentccc730d54d3d7835c072c669f556821cf9822764 (diff)
[2.7] - plugin - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/branches/2.7@30013 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();
+?>