diff options
author | ddtddt <ddtddt@piwigo.org> | 2015-02-15 08:16:20 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2015-02-15 08:16:20 +0000 |
commit | f2c3b7d7f354193b42612d387385c26f514c3f8a (patch) | |
tree | d42568a3742b7731099ec0d80c7f90bc577ac821 /themes/smartpocket/language/es_MX/index.php | |
parent | 9df2050888494b23e0b4ccddd91d240012ca7721 (diff) |
[2.7.4] - theme - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30962 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/language/es_MX/index.php')
-rw-r--r-- | themes/smartpocket/language/es_MX/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/smartpocket/language/es_MX/index.php b/themes/smartpocket/language/es_MX/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/es_MX/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |