[adminmultiview] Update zh_HK, thanks to : hkdigit

git-svn-id: http://piwigo.org/svn/trunk@22927 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam 2013-05-29 04:15:03 +00:00
commit ca1f91de92
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
允許管理員以嘉賓身份查看相簿和/或更改語言和/或主題。對調試很有用...

View file

@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>