增加用户名登录
This commit is contained in:
@@ -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.")");
|
||||
|
||||
Reference in New Issue
Block a user