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