no message
This commit is contained in:
parent
205b710061
commit
7df87cd449
@ -96,7 +96,7 @@ class SingleController extends Controller
|
|||||||
$oHttp = new Http();
|
$oHttp = new Http();
|
||||||
foreach ($aOptionFreenodeClient as $sFnClient) {
|
foreach ($aOptionFreenodeClient as $sFnClient) {
|
||||||
|
|
||||||
$oHttp->sToUrl = "https://".env("url_master_base")."/api/v1/freenode/url_feed_today/".env("site_code")."/{$sFnClient}";
|
$oHttp->sToUrl = "https://".env("url_master_base")."/api/v1/freenode/url_feed_today/".env("site_code_short")."/{$sFnClient}";
|
||||||
$sHttp = $oHttp->send();
|
$sHttp = $oHttp->send();
|
||||||
$sHttp = json_decode($sHttp, 1);
|
$sHttp = json_decode($sHttp, 1);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user