Added header to network explorer
Former-commit-id: ba49f7cb158affc89d006c77f64a1448c7da178e
This commit is contained in:
parent
8480572e5a
commit
32f14e8fe4
|
@ -23,4 +23,6 @@ global $config;
|
||||||
$action = get_parameter('action', 'listeners');
|
$action = get_parameter('action', 'listeners');
|
||||||
$is_network = true;
|
$is_network = true;
|
||||||
|
|
||||||
|
ui_print_page_header(__('Network explorer'));
|
||||||
|
|
||||||
require $config['homedir'].'/operation/network/network_report.php';
|
require $config['homedir'].'/operation/network/network_report.php';
|
||||||
|
|
Loading…
Reference in New Issue