aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/language/bg_BG
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/language_switch/language/bg_BG')
-rwxr-xr-xplugins/language_switch/language/bg_BG/description.txt2
-rw-r--r--plugins/language_switch/language/bg_BG/index.php7
2 files changed, 0 insertions, 9 deletions
diff --git a/plugins/language_switch/language/bg_BG/description.txt b/plugins/language_switch/language/bg_BG/description.txt
deleted file mode 100755
index c35a94ee3..000000000
--- a/plugins/language_switch/language/bg_BG/description.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Language Switch - Промяна на език
-Български [BG] \ No newline at end of file
diff --git a/plugins/language_switch/language/bg_BG/index.php b/plugins/language_switch/language/bg_BG/index.php
deleted file mode 100644
index ec6605317..000000000
--- a/plugins/language_switch/language/bg_BG/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-$url = '../';
-header( 'Request-URI: '.$url );
-header( 'Content-Location: '.$url );
-header( 'Location: '.$url );
-exit();
-?>