final fixes to 0.1.23

This commit is contained in:
SJ
2013-04-08 20:46:19 +02:00
parent 96b2fce306
commit d5d6741748
5 changed files with 11 additions and 11 deletions

View File

@ -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']);
}