[2.7.4] - plugin - Language - update prepare 2.7.4

git-svn-id: http://piwigo.org/svn/branches/2.7@30964 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
ddtddt
2015-02-15 08:44:57 +00:00
parent f2c3b7d7f3
commit 3f7d3658d4
23 changed files with 422 additions and 71 deletions
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>