diff options
author | ddtddt <ddtddt@piwigo.org> | 2014-11-21 11:56:42 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2014-11-21 11:56:42 +0000 |
commit | 492a11da9e40e25c2b2cf6d03ca8941bc7e8c23f (patch) | |
tree | 86da6eadce1b5d6c00cf73d7b6328b79ed24d66e /themes/smartpocket/language/th_TH/index.php | |
parent | e4b42ad932077d120211914ec7366bd931d4b1d5 (diff) |
[2.7] Language - theme - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30560 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/language/th_TH/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/th_TH/index.php b/themes/smartpocket/language/th_TH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/th_TH/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |