diff options
author | ddtddt <ddtddt@piwigo.org> | 2014-03-23 07:15:46 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2014-03-23 07:15:46 +0000 |
commit | 876b282eafb07d4fc2cac5364815353fd6beb2e3 (patch) | |
tree | c13d247474b86fa554292ff5895e030f641e63fa /plugins/language_switch/language/km_KH | |
parent | 75dd7e1f292e92c3495c54e90c42843b16d96626 (diff) |
[2.6] - plugin - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/branches/2.6@27888 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/language/km_KH')
-rw-r--r-- | plugins/language_switch/language/km_KH/description.txt | 1 | ||||
-rw-r--r-- | plugins/language_switch/language/km_KH/index.php | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/language_switch/language/km_KH/description.txt b/plugins/language_switch/language/km_KH/description.txt new file mode 100644 index 000000000..daa1c0917 --- /dev/null +++ b/plugins/language_switch/language/km_KH/description.txt @@ -0,0 +1 @@ +ផ្តូរទៅភាសាដទៃទៀត ដោយការប្រើប្រាស់រូបទង់ជាតិលើទំព័រវិចិត្រសាលរបស់អ្នក។
\ No newline at end of file diff --git a/plugins/language_switch/language/km_KH/index.php b/plugins/language_switch/language/km_KH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/language_switch/language/km_KH/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |