Revision d2cb157f
Added by Seth Mos almost 13 years ago
usr/local/www/widgets/widgets/traffic_graphs.widget.php | ||
---|---|---|
52 | 52 |
} |
53 | 53 |
|
54 | 54 |
$ifdescrs = get_configured_interface_with_descr(); |
55 |
if (isset($config['ipsec']['enable'])) |
|
56 |
$ifdescrs['enc0'] = "IPsec"; |
|
55 | 57 |
|
56 | 58 |
if ($_POST) { |
57 | 59 |
if (isset($_POST["refreshinterval"])) { |
Also available in: Unified diff
Tack the IPsec interface onto the $ifdescrs array so the widget will display it.
Redmine ticket #2546