[admin_tools] Update ca_ES, thanks to : josep.torne

git-svn-id: http://piwigo.org/svn/trunk@29423 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2014-09-08 04:15:59 +00:00
parent 8c27cec1c3
commit 63623dc2b2
3 changed files with 47 additions and 0 deletions
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>