diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-17 20:49:41 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-17 20:49:41 +0000 |
commit | 2472d26218c667513a19a82acd79f7de29a2d66d (patch) | |
tree | a15aa53b4ce45d05c235d85298e1d18c0bacd008 /plugins/language_switch/language/et_EE/index.php | |
parent | 7cdb89bff673bacb6fa55959daa507d736634751 (diff) |
[language_switch] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16812 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/language/et_EE/index.php')
-rw-r--r-- | plugins/language_switch/language/et_EE/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/language_switch/language/et_EE/index.php b/plugins/language_switch/language/et_EE/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/language_switch/language/et_EE/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |