diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 06:24:04 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-17 06:24:04 +0000 |
commit | 7cf4ce3f99146393d2f64ce506c5efb55a95afd9 (patch) | |
tree | 599d36698361294818cc66b0bfe0001a4e72b779 /themes/smartpocket/language/de_DE/index.php | |
parent | aba423e045bd4410305a72b9594505f36cf27354 (diff) |
[smartpocket] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@26822 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/de_DE/index.php')
-rw-r--r-- | themes/smartpocket/language/de_DE/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/de_DE/index.php b/themes/smartpocket/language/de_DE/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/de_DE/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |