piwigo/themes/smartpocket/language/et_EE/index.php
Piwigo-TranslationTeam 14581340d4 [smartpocket] Update et_EE, thanks to : Pelagis
git-svn-id: http://piwigo.org/svn/trunk@26818 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 05:10:58 +00:00

7 lines
129 B
PHP

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