piwigo/themes/smartpocket/language/sv_SE/index.php
Piwigo-TranslationTeam e01f4ea6c7 [smartpocket] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@27626 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-09 15:30:44 +00:00

7 lines
129 B
PHP

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