pfsense/usr/local
Phil Davis 5525974bd1 Display tunnel description on IPsec widget
There was not even code to attempt to display the description.
Also, when I first created a phase1 and there were no phase2 yet, the widget spat out the warning for the line:
foreach ($config['ipsec']['phase2'] as $ph2ent){ ...
So I enclosed that in a block:
if (isset($config['ipsec']['phase2'])) { ... }
Tabbing that block in makes the diff look big when there really is little change - a diff ignoring spacing will look much nicer!
2014-12-26 13:48:06 +05:45
..
bin Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
captiveportal Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
etc
openssl
pkg Typo CIDR in UPnP GUI page 2014-12-07 19:10:59 +05:45
sbin Encode space to avoid rejecting users with spaces in username 2014-12-17 00:01:21 +01:00
share Update service providers xml to sync with upstream 2014-12-12 14:55:57 -02:00
www Display tunnel description on IPsec widget 2014-12-26 13:48:06 +05:45