mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 22:38:03 +08:00
增加 提示
This commit is contained in:
parent
415a691f51
commit
ba37539337
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user