Files
Piwigo/plugins/TakeATour/language/es_ES/index.php
Piwigo-TranslationTeam 2771cd4501 [takeatour] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28267 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-26 15:26:00 +00:00

8 lines
129 B
PHP

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