piwigo/themes/smartpocket/language/vi_VN/index.php
Piwigo-TranslationTeam 2ae424d2a6 [smartpocket] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@26776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:48 +00:00

7 lines
129 B
PHP

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