diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-17 16:48:56 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-04-17 16:48:56 +0000 |
commit | ecc684d43b674d127b0453304b260abbff25f561 (patch) | |
tree | 1a0c611b182e04b7fcce441d52b8e89f47852243 /plugins/TakeATour/language/it_IT/index.php | |
parent | d916d6293e20aa9d87a483790a7347d6af2a3d53 (diff) |
[takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28217 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/it_IT/index.php')
-rw-r--r-- | plugins/TakeATour/language/it_IT/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/it_IT/index.php b/plugins/TakeATour/language/it_IT/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/TakeATour/language/it_IT/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |