diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-13 16:02:25 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-13 16:02:25 +0200 |
commit | da73db1bf43b8950d33bd47b39b595f7f6e8756d (patch) | |
tree | b14cef35a3fe832f1a463714024698a8891c1f61 /routers/router.php | |
parent | b3845087ec0debd31d1860a24e5abe6ba0567c5f (diff) |
No more 'no-more' for Juniper.
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); |