* finish task #5404.

This commit is contained in:
wangyidong
2019-04-26 14:58:30 +08:00
parent dff082a3e7
commit c5920e112a

View File

@@ -36,6 +36,11 @@
<th><?php echo $lang->chat->key;?></th>
<td><?php echo zget($config->xuanxuan, 'key', '');?></td>
</tr>
<tr>
<th><?php echo $lang->chat->debug;?></th>
<td><?php echo $type == 'edit' ? html::radio('debug', $lang->chat->debugStatus, zget($config->xuanxuan, 'debug', 0)) : zget($lang->chat->debugStatus, zget($config->xuanxuan, 'debug', 0));?></td>
<td></td>
</tr>
<tr>
<th><?php echo $lang->chat->xxdServer;?></th>
<td><?php echo $type == 'edit' ? html::input('server', $domain, "class='form-control'") : $domain;?></td>