no message
This commit is contained in:
parent
930056d14b
commit
205b710061
@ -97,11 +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);
|
$sHttp = json_decode($sHttp, 1);
|
||||||
|
|
||||||
$this->aData["fnFilePath"][$sFnClient] = $sHttp;
|
$this->aData["fnFilePath"][$sFnClient] = "https://".$sHttp;
|
||||||
|
|
||||||
// $sEnding = ".txt";
|
// $sEnding = ".txt";
|
||||||
// if ($sFnClient == "v2ray") {
|
// if ($sFnClient == "v2ray") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user