Files
ddtddt 75dd7e1f29 [2.6] - theme - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/branches/2.6@27886 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 06:44:13 +00:00

8 lines
129 B
PHP

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