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