diff options
-rw-r--r-- | plugin/openvpn.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/openvpn.php b/plugin/openvpn.php index c146f10..63111f5 100644 --- a/plugin/openvpn.php +++ b/plugin/openvpn.php | |||
@@ -14,6 +14,7 @@ switch(GET('t')) { | |||
14 | case 'if_octets': | 14 | case 'if_octets': |
15 | require_once 'type/GenericIO.class.php'; | 15 | require_once 'type/GenericIO.class.php'; |
16 | $obj = new Type_GenericIO($CONFIG); | 16 | $obj = new Type_GenericIO($CONFIG); |
17 | $obj->data_sources = array('rx', 'tx'); | ||
17 | $obj->ds_names = array( | 18 | $obj->ds_names = array( |
18 | 'rx' => 'Receive', | 19 | 'rx' => 'Receive', |
19 | 'tx' => 'Transmit', | 20 | 'tx' => 'Transmit', |