|
@@ -20,7 +20,7 @@ |
|
|
block discarded – undo |
|
20
|
20
|
|
|
21
|
21
|
foreach ($this->cdnResources as $cdnResource) { |
|
22
|
22
|
if (false !== strpos($cdnResource['cname'], $resource)) { |
|
23
|
|
- $url = sprintf($this->url . '?login=%s&passwd=%s&cdn_id=%d&period=4&http_status[]=cached&http_status[]=noncached', |
|
|
23
|
+ $url = sprintf($this->url.'?login=%s&passwd=%s&cdn_id=%d&period=4&http_status[]=cached&http_status[]=noncached', |
|
24
|
24
|
$this->login, |
|
25
|
25
|
$this->password, |
|
26
|
26
|
$cdnResource['id'] |
Please login to merge, or discard this patch.