* finish task #2880.

This commit is contained in:
chenfeiCF
2017-01-10 14:13:31 +08:00
parent f8460d4027
commit 61db347702
85 changed files with 236 additions and 236 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
$account = zget($config->global, 'community', '');
if($account == 'na') $account = '';
?>
<td><?php echo html::input('account', $account, "class='form-control'");?></td>
<td><?php echo html::input('account', $account, "class='form-control' autocomplete='off'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->password;?></th>