summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--router.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/router.php b/router.php
index 4d3988e..ee90947 100644
--- a/router.php
+++ b/router.php
@@ -105,7 +105,6 @@ class Router {
return 'Command not supported.';
}
- $data = null;
$auth = Authentication::instance($config['routers'][$this->id]);
$auth->connect();
$data = $auth->send_command($complete_command);