piwigo/themes/smartpocket/language/ca_ES/index.php
Piwigo-TranslationTeam 980e32d021 [smartpocket] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27071 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 17:07:19 +00:00

7 lines
129 B
PHP

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