From fe4dcd4ad1af602d63c6a24b891f79eb2e2538e8 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 4 Aug 2014 12:08:37 +0200 Subject: Split IPv4 and IPv6 results. Show the executed command for each output. --- routers/router.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'routers/router.php') diff --git a/routers/router.php b/routers/router.php index d786f94..bf5c466 100644 --- a/routers/router.php +++ b/routers/router.php @@ -52,7 +52,9 @@ abstract class Router { $data = ''; foreach ($commands as $selected) { - $data .= $auth->send_command($selected); + $data .= ''.$selected.''; + $data .= '
'.$auth->send_command($selected).
+          '
'; log_to_file('[client: '.$this->requester.'] '.$this->config['host']. '> '.$selected); } -- cgit v1.2.3