[2.6] - plugin - prepare for 2.6.2

git-svn-id: http://piwigo.org/svn/branches/2.6@27888 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2014-03-23 07:15:46 +00:00
parent 75dd7e1f29
commit 876b282eaf
11 changed files with 50 additions and 7 deletions
@@ -0,0 +1 @@
ផ្តូរ​ទៅ​ភាសាដទៃ​ទៀត ដោយការ​ប្រើប្រាស់​រូប​ទង់ជាតិ​លើទំព័រ​វិចិត្រសាល​របស់​អ្នក។
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>