mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:17:02 +02:00
final fixes to 0.1.23
This commit is contained in:
@ -29,6 +29,9 @@ class ControllerHealthWorker extends Controller {
|
||||
die("go away");
|
||||
}
|
||||
|
||||
ini_set("default_socket_timeout", 5);
|
||||
|
||||
|
||||
foreach (Registry::get('health_smtp_servers') as $smtp) {
|
||||
$this->data['health'][] = $this->model_health_health->checksmtp($smtp, $lang->data['text_error']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user