aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/fi_FI/index.php
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2014-01-17 05:10:56 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2014-01-17 05:10:56 +0000
commit59c62b0358ecf77fc6af331da7410ba5dcd6813e (patch)
treed002e36ac2dc6f217ffac80006779ab40ee0193e /themes/smartpocket/language/fi_FI/index.php
parentbb03525c55d4b6b89c1551128509c4f331cd2151 (diff)
[smartpocket] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@26817 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/fi_FI/index.php')
-rw-r--r--themes/smartpocket/language/fi_FI/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/fi_FI/index.php b/themes/smartpocket/language/fi_FI/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/fi_FI/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>