diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-14 20:57:54 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-14 20:57:54 +0000 |
commit | 511138399b9a14909a0857db135ad5f747273c82 (patch) | |
tree | d12b43b786868627f71bc962eb96b96d54c7ba56 /plugins/TakeATour/language/ca_ES/index.php | |
parent | 2ce66764627645896e433916a9f5abc8a6975715 (diff) |
[takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28178 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/ca_ES/index.php')
-rw-r--r-- | plugins/TakeATour/language/ca_ES/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/ca_ES/index.php b/plugins/TakeATour/language/ca_ES/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/ca_ES/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |