no message
This commit is contained in:
parent
efd346b5f2
commit
930056d14b
@ -97,7 +97,10 @@ class SingleController extends Controller
|
|||||||
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")."/{$sFnClient}";
|
||||||
|
var_dump($oHttp->sToUrl);
|
||||||
$sHttp = $oHttp->send();
|
$sHttp = $oHttp->send();
|
||||||
|
var_dump($sHttp);
|
||||||
|
|
||||||
$this->aData["fnFilePath"][$sFnClient] = $sHttp;
|
$this->aData["fnFilePath"][$sFnClient] = $sHttp;
|
||||||
|
|
||||||
// $sEnding = ".txt";
|
// $sEnding = ".txt";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user