aboutsummaryrefslogtreecommitdiffstats
path: root/language/sl_SI/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2012-06-17 14:32:38 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2012-06-17 14:32:38 +0000
commit614233989aa8eefb354b9ba1b5d97701f279f774 (patch)
tree92dc7b8e44ccf3c172ab4ab15125d72412425e90 /language/sl_SI/index.php
parent0c65a9da040a5d9094ab26df687f71097886e211 (diff)
[trunk_public] Update sl_SI, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@15803 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/sl_SI/index.php')
-rw-r--r--language/sl_SI/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/language/sl_SI/index.php b/language/sl_SI/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/language/sl_SI/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>