aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/bg_BG/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-06-12 18:11:20 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-06-12 18:11:20 +0000
commite34279306cd10b683cea6c8cab045cc31475a58d (patch)
treeeb62a313ec5a7c4600e019331337ace6f348923e /plugins/TakeATour/language/bg_BG/index.php
parent27972906be22af08b9cc6a1c598cf75146bd67e8 (diff)
[takeatour] Update bg_BG, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28679 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/TakeATour/language/bg_BG/index.php')
-rw-r--r--plugins/TakeATour/language/bg_BG/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/TakeATour/language/bg_BG/index.php b/plugins/TakeATour/language/bg_BG/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/TakeATour/language/bg_BG/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>