piwigo/themes/smartpocket/language/nb_NO/index.php
Piwigo-TranslationTeam eb48844304 [smartpocket] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@26790 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 08:45:08 +00:00

7 lines
129 B
PHP

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