v2.0.09-20230410

This commit is contained in:
MI15\Win
2023-04-10 12:48:39 +08:00
parent a2f84325af
commit c65ca9225c
15 changed files with 69 additions and 60 deletions

View File

@@ -230,8 +230,8 @@ function echo_category($property = false){
function echo_pwds(){
$where["uid"] = UID;
$where['ORDER']['pid'] = 'ASC';
foreach (select_db('user_pwd_group',['pid','name'],$where) as $data) {
echo "<option value=\"{$data['pid']}\">{$data['name']}</option>";
foreach (select_db('user_pwd_group',['pid','name','password'],$where) as $data) {
echo "<option value=\"{$data['pid']}\">{$data['name']} | 密码 [{$data['password']}]</option>";
}
}
//检查链接