diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 05:10:58 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 05:10:58 +0000 |
commit | 14581340d4c3bb1e4d5ca9b69573562f6b3c628c (patch) | |
tree | 3590e0661dd1d2cb56bccad57ae148abfad78d9f /themes/smartpocket/language/et_EE/index.php | |
parent | 59c62b0358ecf77fc6af331da7410ba5dcd6813e (diff) |
[smartpocket] Update et_EE, thanks to : Pelagis
git-svn-id: http://piwigo.org/svn/trunk@26818 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/et_EE/index.php')
-rw-r--r-- | themes/smartpocket/language/et_EE/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/et_EE/index.php b/themes/smartpocket/language/et_EE/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/et_EE/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |