* finish task #5404.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user