no message
This commit is contained in:
parent
09573ebb49
commit
f982131eee
@ -197,7 +197,8 @@ class CronController
|
|||||||
//// test end
|
//// test end
|
||||||
$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;
|
||||||
$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