Overhaul ADSL traffic reporting/graphing
This commit is contained in:
@@ -124,7 +124,7 @@ class Controller_Reseller_SSL extends Controller_SSL {
|
||||
|
||||
HTTP::redirect('welcome');
|
||||
}
|
||||
|
||||
|
||||
$so->plugin()->renew();
|
||||
HTTP::redirect(URL::link('user','service/view/'.$so->id));
|
||||
}
|
||||
|
@@ -40,12 +40,6 @@ class Model_Service_Plugin_Ssl extends Model_Service_Plugin {
|
||||
}
|
||||
|
||||
public function password_value() {} // Not used
|
||||
|
||||
public function service_view() {
|
||||
return View::factory('service/user/plugin/ssl/view')
|
||||
->set('o',$this);
|
||||
}
|
||||
|
||||
public function username_value() {} // Not used
|
||||
|
||||
private $_so = NULL;
|
||||
|
Reference in New Issue
Block a user