This commit is contained in:
liumengyi
2022-08-10 13:48:25 +08:00
parent d80080b67b
commit 880f39ddf0
5 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<tr>
<th class='thWidth'><?php echo $lang->admin->safe->password?></th>
<td class='w-250px'><?php echo html::radio('mode', $lang->admin->safe->modeList, isset($config->safe->mode) ? $config->safe->mode : 0, "onclick=showModeRule(this.value)")?></td>
<td class='notice'><?php echo !empty($config->safe->changeWeak) ? $lang->admin->safe->noticeMode : str_replace(array('登录、', 'logging into the system, ', ' connexion au système,'), array('', '', ''), $lang->admin->safe->noticeMode);?></td>
<td class='notice'><?php echo !empty($config->safe->changeWeak) ? $lang->admin->safe->noticeWeakMode : $lang->admin->safe->noticeMode;?></td>
</tr>
<tr id='mode1Rule' class='hidden'>
<th></th>