aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/TakeATour/language/bg_BG/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-09-21 07:48:00 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-09-21 07:48:00 +0000
commit75ad4766f35956bc9d8dcf35e4f7e85a24073f51 (patch)
tree8c88d70250459519f7761dfa9dd7de8d06045c90 /plugins/TakeATour/language/bg_BG/index.php
parentc0c94e0160a321354b2c5765c52432e976ca7423 (diff)
[takeatour] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29695 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();
+?>