Files
Piwigo/plugins/admin_multi_view/language/km_KH/index.php
Piwigo-TranslationTeam 58ced45077 [adminmultiview] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27708 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 11:52:02 +00:00

8 lines
129 B
PHP

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