增加用户名登录

This commit is contained in:
2026-02-24 21:53:24 +08:00
parent f36d6cb9e9
commit 9ae4e8e614
23 changed files with 388 additions and 110 deletions

View File

@@ -4,7 +4,7 @@ include_once("../inc/admin.smarty.php");
$db = new myConn;
$db->links();
$GG=$db->getpost($GG);
if($GG['id']){
if(!empty($GG['id'])){
$arr = explode(",",$GG['id']);
$idd = implode(',',$arr);
$data = $db->fetch_all("select HeadHttp from IndividualDatum where UserID in (".$idd.")");