Files
Piwigo/plugins/TakeATour/language/ca_ES/index.php
Piwigo-TranslationTeam 511138399b [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28178 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 20:57:54 +00:00

8 lines
129 B
PHP

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