aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/index.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2014-10-12 06:24:15 +0000
committerddtddt <ddtddt@piwigo.org>2014-10-12 06:24:15 +0000
commit6b2f7b9634967e646271d38d3611188ca30c4d2f (patch)
tree3be9528434517df5486e9e5be84f50499282b2c5 /plugins/TakeATour/language/index.php
parent951973c437d722ab6ef67aff6aa1cb119a34b028 (diff)
[Trunk] - plugin - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/trunk@30012 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/index.php')
-rw-r--r--plugins/TakeATour/language/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/index.php b/plugins/TakeATour/language/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/TakeATour/language/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>