no message
This commit is contained in:
parent
58c24da0b6
commit
f1d7bcbb79
@ -74,13 +74,8 @@ final class FreenodeSync
|
||||
$aResultAll = [];
|
||||
foreach ($oFnSiteList as $oFnSite) {
|
||||
|
||||
// $aSiteConfig = json_decode($oFnSite->config, true);
|
||||
// $aSiteConfigFnClient = $aSiteConfig["freenode_client"] ?? [];
|
||||
// $aSiteConfigFnClient = ["clash", "v2ray"];
|
||||
// $aSiteApi = json_decode($oFnSite->api_path, true);
|
||||
// $sSiteApiFreenodeReceive = $aSiteApi["freenode_receive"] ?? "";
|
||||
|
||||
$aFreenodeClient = $oFnSite["freenode_client"] ?? [];
|
||||
$sFreenodeClient = $oFnSite->freenode_client ?? '';
|
||||
$aFreenodeClient = json_decode($sFreenodeClient, true);
|
||||
|
||||
$aData = [];
|
||||
$aData["site_code_short"] = $oFnSite->code_short;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user