mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
minor gui fixes
This commit is contained in:
@ -16,9 +16,9 @@ class ModelHealthHealth extends Model {
|
||||
|
||||
$ret = $error;
|
||||
$time = 0;
|
||||
$time_start = microtime(true);
|
||||
|
||||
if($smtp[0] && $smtp[1] && is_numeric($smtp[1]) && $smtp[1] > 0 && $smtp[1] < 65536) {
|
||||
$time_start = microtime(true);
|
||||
|
||||
$s = @fsockopen($smtp[0], $smtp[1]);
|
||||
|
||||
|
Reference in New Issue
Block a user