diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-06-26 05:06:36 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-06-26 05:06:36 +0000 |
commit | 6cc40fd7114b1d8500793cad312e3b2d2b6dfb99 (patch) | |
tree | d363f7728a6160289b93e482cd532e518f969e00 /themes/smartpocket/language/hu_HU/index.php | |
parent | 620032a5ea2910bc30fdac2ddd04d02eca220ca9 (diff) |
[smartpocket] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@28803 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/hu_HU/index.php')
-rw-r--r-- | themes/smartpocket/language/hu_HU/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/hu_HU/index.php b/themes/smartpocket/language/hu_HU/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/hu_HU/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |