[language_switch] Update et_EE, thanks to : kristian

git-svn-id: http://piwigo.org/svn/trunk@16812 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-07-17 20:49:41 +00:00
parent 7cdb89bff6
commit 2472d26218
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Vali keel vajutades lipule su galerii leheküljel.
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>