piwigo/plugins/admin_multi_view/language/af_ZA/index.php
Piwigo-TranslationTeam 8823be79e9 [adminmultiview] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15945 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 13:42:57 +00:00

7 lines
129 B
PHP

<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>