diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-18 13:35:05 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-18 13:35:05 +0000 |
commit | 3805085196a0bbad6b9dca140f76d3592a63b20a (patch) | |
tree | d678f070f66279778acc9c42008593cca337ec4e /plugins/LocalFilesEditor/language/bg_BG/index.php | |
parent | 6967745ec63a6ab29356e441834984c1146cae13 (diff) |
[localfileseditor] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15098 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/LocalFilesEditor/language/bg_BG/index.php')
-rw-r--r-- | plugins/LocalFilesEditor/language/bg_BG/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/bg_BG/index.php b/plugins/LocalFilesEditor/language/bg_BG/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/LocalFilesEditor/language/bg_BG/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |