diff options
-rw-r--r-- | routers/router.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/routers/router.php b/routers/router.php index 8eaa2ef..1c8441a 100644 --- a/routers/router.php +++ b/routers/router.php @@ -34,10 +34,6 @@ abstract class Router { $this->config = $config; $this->id = $id; $this->requester = $requester; - - if (isset($config['routers'][$id]['port'])) { - $this->port = (int) $config['routers'][$id]['port']; - } } protected abstract function build_commands($command, $parameters); |