diff options
author | jim-p <jimp@pfsense.org> | 2012-08-10 14:10:46 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2012-08-10 14:10:46 -0400 |
commit | 7d7b5a48551381e8d29a671595a1baab8008932c (patch) | |
tree | b4b9dc3fbb45e3a36b11bd101f6388f34299c939 /usr/local | |
parent | 924217104ab9987f78deb82ac3fbd91ba5f24b45 (diff) | |
download | pfsense-7d7b5a48551381e8d29a671595a1baab8008932c.zip pfsense-7d7b5a48551381e8d29a671595a1baab8008932c.tar.gz |
Whoops forgot this one
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/status_openvpn.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/status_openvpn.php b/usr/local/www/status_openvpn.php index adc7b39..2e18702 100644 --- a/usr/local/www/status_openvpn.php +++ b/usr/local/www/status_openvpn.php @@ -44,6 +44,8 @@ ##|-PRIV $pgtitle = array(gettext("Status"), gettext("OpenVPN")); +$shortcut_section = "openvpn"; + require("guiconfig.inc"); require_once("openvpn.inc"); |