diff options
Diffstat (limited to 'routers/router.php')
-rw-r--r-- | routers/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/router.php b/routers/router.php index cb213da..e0e8d00 100644 --- a/routers/router.php +++ b/routers/router.php @@ -52,6 +52,7 @@ abstract class Router { try { $auth->connect(); + $data = ''; foreach ($commands as $selected) { $data .= $auth->send_command($selected); |