Added Hosting Reports
This commit is contained in:
@@ -77,7 +77,7 @@ class Model_Service_Plugin_Host extends Model_Service_Plugin {
|
||||
if ($this->service->queue == 'PROVISION')
|
||||
return _('To Be Provisioned');
|
||||
|
||||
return ($this->username_value() AND $this->password_value()) ? $this->host_server->manage_button($this,$t) : _('Please contact us');
|
||||
return ($this->username_value() AND $this->password_value()) ? $this->host_server->manage_button($this,$t) : '';
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user