test commit (SVN)

This commit is contained in:
Piwigo-TranslationTeam
2021-04-23 10:04:05 +02:00
parent 4916fc48f4
commit e203226ba4
+1 -1
View File
@@ -8,7 +8,7 @@
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header('Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();