aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/language/et_EE/index.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2013-02-19 18:28:54 +0000
committerddtddt <ddtddt@piwigo.org>2013-02-19 18:28:54 +0000
commit2e90ef9d6d835566aa26809dd785bbc43ee2fda0 (patch)
tree2f3294ec9167237a00f83a857eb799e84eb9c80f /plugins/LocalFilesEditor/language/et_EE/index.php
parent5b07a9bfd268c6516a24b8d657c80b77a9f5526a (diff)
[2.4] - language update for 2.4.7 / plugins languages
git-svn-id: http://piwigo.org/svn/branches/2.4@20856 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/et_EE/index.php')
-rw-r--r--plugins/LocalFilesEditor/language/et_EE/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/et_EE/index.php b/plugins/LocalFilesEditor/language/et_EE/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/LocalFilesEditor/language/et_EE/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>