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