Fixed ADSL traffic collection, and migrated Task to Minion
This commit is contained in:
@@ -20,10 +20,10 @@ class Service_Traffic_Adsl_Exetelvisp extends Service_Traffic_Adsl {
|
||||
// Assume we have a bad fetch, unless otherwise specified.
|
||||
$this->fetchresult = FALSE;
|
||||
|
||||
$request = Request::factory($this->so->stats_url)
|
||||
$request = Request::factory($this->aso->stats_url)
|
||||
->method('POST')
|
||||
->post($this->login_user_field,$this->so->stats_username)
|
||||
->post($this->login_pass_field,$this->so->stats_password)
|
||||
->post($this->login_user_field,$this->aso->stats_username)
|
||||
->post($this->login_pass_field,$this->aso->stats_password)
|
||||
->post($this->date_field,$date);
|
||||
|
||||
$request->client()->options($this->curlopts+array(
|
||||
|
Reference in New Issue
Block a user