Added list_expiring to show services expiring
This commit is contained in:
@@ -41,6 +41,10 @@ class Model_Service_Plugin_Host extends Model_Service_Plugin {
|
||||
return '';
|
||||
}
|
||||
|
||||
public function expire() {
|
||||
return $this->host_expire;
|
||||
}
|
||||
|
||||
public function name() {
|
||||
return sprintf('%s.%s',$this->display('domain_name'),$this->domain_tld->display('name'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user