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