piwigo/themes/smartpocket/language/uk_UA/index.php
Piwigo-TranslationTeam 9f9da339b6 [smartpocket] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@26878 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 07:44:37 +00:00

7 lines
129 B
PHP

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