aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/language/bg_BG/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2012-05-18 13:34:58 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2012-05-18 13:34:58 +0000
commit6967745ec63a6ab29356e441834984c1146cae13 (patch)
treeba0798a1d12c46bfa1ef1e1ff78b90afa4b14a41 /plugins/language_switch/language/bg_BG/index.php
parent8e827c99ae3a551977f02b465b22421b0868869a (diff)
[language_switch] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15097 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--plugins/language_switch/language/bg_BG/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/language_switch/language/bg_BG/index.php b/plugins/language_switch/language/bg_BG/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/language_switch/language/bg_BG/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>