diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-02 15:38:27 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-02 15:38:27 +0000 |
commit | 3e699e513f64b9a0d15d49d8bf123eb313a9b1fa (patch) | |
tree | 3fc19ad3c2a7c446abbec5dfad59006c7371a7b8 /language/lt_LT/help/index.php | |
parent | 104b93e80d5785fffd655171f06f23f54d68ab04 (diff) |
[trunk_help] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@26402 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/lt_LT/help/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/lt_LT/help/index.php b/language/lt_LT/help/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/language/lt_LT/help/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |