1543d98ef3
One of the main advantages of this interface is use of PHP for generation of dynamic page allowing highly configurable web statistic available for system administrator with NeTAMS. Features: - View traffic for all the configured networks and peers - Manage accounting policies with web interface - Manage NeTAMS peers: clusters, networks, groups, hosts and users with web interface - NeTAMS database service WWW: http://netams.it2k.ru PR: ports/134426 Submitted by: Alexey V. Degtyarev
15 lines
521 B
Text
15 lines
521 B
Text
--- www/config.php.simple.orig 2009-04-06 16:24:21.000000000 +0400
|
|
+++ www/config.php.simple 2009-05-10 19:30:54.000000000 +0400
|
|
@@ -12,0 +13,2 @@
|
|
+header("Content-Type: text/html; charset=utf-8");
|
|
+
|
|
@@ -67 +69 @@
|
|
-$data_base[$i]['netamsclient'] = "ctl";
|
|
+$data_base[$i]['netamsclient'] = "telnet";
|
|
@@ -95 +97 @@
|
|
-$data_base[$i]['adv_users'] = "127.0.0.1 192.168.0.1 192.168.0.2";
|
|
+$data_base[$i]['adv_users'] = $cfg['admins_ip'] . "127.0.0.1 192.168.0.1 192.168.0.2";
|
|
@@ -101 +103 @@
|
|
-?>
|
|
\ No newline at end of file
|
|
+?>
|