diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-03 06:00:27 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2014-01-03 06:00:27 +0000 |
commit | c0a1c0f42db17f2a283d32258a62e36d54607099 (patch) | |
tree | de1f2eaa76df5e8188af85bfa1670f84a40299a1 /plugins/LocalFilesEditor/language/mn_MN/index.php | |
parent | abf1d2595d51036badd9b38ca9e9550cb0727451 (diff) |
[localfileseditor] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26407 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/mn_MN/index.php')
-rw-r--r-- | plugins/LocalFilesEditor/language/mn_MN/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/mn_MN/index.php b/plugins/LocalFilesEditor/language/mn_MN/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/LocalFilesEditor/language/mn_MN/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |