diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-22 13:42:57 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-06-22 13:42:57 +0000 |
commit | 8823be79e9b8d78148692741b22e3a495355d0e4 (patch) | |
tree | 403606768b4b0efdea41f58b49815609b953c14b /plugins/admin_multi_view/language/af_ZA/index.php | |
parent | 8af52d841930de862f9e044302543ef2ad2a8b95 (diff) |
[adminmultiview] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15945 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_multi_view/language/af_ZA/index.php')
-rw-r--r-- | plugins/admin_multi_view/language/af_ZA/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/admin_multi_view/language/af_ZA/index.php b/plugins/admin_multi_view/language/af_ZA/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/admin_multi_view/language/af_ZA/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |