diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-31 06:18:11 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-31 06:18:11 +0000 |
commit | 73880d7d52ea11522639bd656dc562831a79b820 (patch) | |
tree | 7503c3ee7da24d421c960fd0d321c14b586cd684 /plugins/admin_multi_view/language/th_TH/index.php | |
parent | 541ce22808857234de7de73a4eab7da7f2c57ebd (diff) |
[adminmultiview] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17239 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view/language/th_TH/index.php')
-rw-r--r-- | plugins/admin_multi_view/language/th_TH/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/th_TH/index.php b/plugins/admin_multi_view/language/th_TH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/th_TH/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |