piwigo/themes/smartpocket/language/lt_LT/index.php
Piwigo-TranslationTeam 07e1d14dc4 [smartpocket] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@26842 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 11:19:09 +00:00

7 lines
129 B
PHP

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