no message
This commit is contained in:
parent
553056369d
commit
4b9e7b4e1e
@ -198,7 +198,7 @@ class CronController
|
|||||||
$oHttp = new Http();
|
$oHttp = new Http();
|
||||||
$oHttp->sMethod = "get";
|
$oHttp->sMethod = "get";
|
||||||
// $sMasterUrl = env("api_url_freenode_base")."/api/github/getfntoday/".$sFnCode;
|
// $sMasterUrl = env("api_url_freenode_base")."/api/github/getfntoday/".$sFnCode;
|
||||||
$sMasterUrl = "https://".$aArticle["fn_www"]."/api/github/getfntoday/".$sFnCode;
|
$sMasterUrl = "https://".$row["fn_www"]."/api/github/getfntoday/".$sFnCode;
|
||||||
$sReturn = $oHttp->send($sMasterUrl);
|
$sReturn = $oHttp->send($sMasterUrl);
|
||||||
$aReturn = json_decode($sReturn, true);
|
$aReturn = json_decode($sReturn, true);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user