| @@ 449-451 (lines=3) @@ | ||
| 446 | $this->importParams(); |
|
| 447 | if (!isset($u['port'])) { |
|
| 448 | if ($this->ssl) { |
|
| 449 | if (isset($this->pool->config->sslport->value)) { |
|
| 450 | $u['port'] = $this->pool->config->sslport->value; |
|
| 451 | } |
|
| 452 | } else { |
|
| 453 | if (isset($this->pool->config->port->value)) { |
|
| 454 | $u['port'] = $this->pool->config->port->value; |
|
| @@ 452-456 (lines=5) @@ | ||
| 449 | if (isset($this->pool->config->sslport->value)) { |
|
| 450 | $u['port'] = $this->pool->config->sslport->value; |
|
| 451 | } |
|
| 452 | } else { |
|
| 453 | if (isset($this->pool->config->port->value)) { |
|
| 454 | $u['port'] = $this->pool->config->port->value; |
|
| 455 | } |
|
| 456 | } |
|
| 457 | } |
|
| 458 | if (isset($u['user'])) { |
|
| 459 | $this->user = $u['user']; |
|