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