aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/language/gl_ES/index.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2014-11-21 11:56:42 +0000
committerddtddt <ddtddt@piwigo.org>2014-11-21 11:56:42 +0000
commit492a11da9e40e25c2b2cf6d03ca8941bc7e8c23f (patch)
tree86da6eadce1b5d6c00cf73d7b6328b79ed24d66e /themes/smartpocket/language/gl_ES/index.php
parente4b42ad932077d120211914ec7366bd931d4b1d5 (diff)
[2.7] Language - theme - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30560 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/gl_ES/index.php')
-rw-r--r--themes/smartpocket/language/gl_ES/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/gl_ES/index.php b/themes/smartpocket/language/gl_ES/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/gl_ES/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>