diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-07-25 21:15:06 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-07-25 21:15:06 +0000 |
commit | b7abe14df6dff3b47b40b5a28f31af20059d2f0c (patch) | |
tree | fe62fe44591fbddc2e8ec7122711bd429c5a836f /plugins/admin_multi_view/language/et_EE/index.php | |
parent | bf8f4bb0ba08f844b0624823ebc3abe81a91a8c4 (diff) |
[2.4] - plugins - language update for 2.4.2
git-svn-id: http://piwigo.org/svn/branches/2.4@17103 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view/language/et_EE/index.php')
-rw-r--r-- | plugins/admin_multi_view/language/et_EE/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/et_EE/index.php b/plugins/admin_multi_view/language/et_EE/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/et_EE/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |