mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2024-11-16 11:42:35 +08:00
fix
This commit is contained in:
parent
ab074da839
commit
350a0bd306
|
@ -269,8 +269,8 @@ class dnspod implements DnsInterface {
|
||||||
foreach($data['LineGroupList'] as $row){
|
foreach($data['LineGroupList'] as $row){
|
||||||
$line_list[] = ['Name' => $row['Name'], 'LineId' => $row['LineId']];
|
$line_list[] = ['Name' => $row['Name'], 'LineId' => $row['LineId']];
|
||||||
}
|
}
|
||||||
return $line_list;
|
|
||||||
}
|
}
|
||||||
|
return $line_list;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user