[admin_tools] Update gl_ES, thanks to : damufo

git-svn-id: http://piwigo.org/svn/trunk@30285 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2014-10-24 05:53:41 +00:00
parent b95190b448
commit 0351f5dd5b
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();
?>