增加 提示

This commit is contained in:
LyLme 2022-05-21 19:46:42 +08:00
parent 415a691f51
commit ba37539337

View File

@ -20,7 +20,7 @@ echo '<div class="alert alert-info">系统共有 <b>' . $groupsrows . '</b> 个
<td>';
if($pwd||$res['group_pwd']){
if(empty($pwd)){
echo '<font color="red">失效</font>';
echo '<font color="red">失效[请重新设置加密组]</font>';
}
else{
echo '<font color="f96197">'.$pwd.'</font>';