summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-13 09:09:00 -0400
committerjim-p <jimp@pfsense.org>2012-08-13 09:09:00 -0400
commit9cb6bef1e3f71d4eba30118bb0409a39e589a22b (patch)
tree45c777c97dc0cc17f2d046055a8e920ddaea0bfe /usr/local/www/fbegin.inc
parent419922f12614dac9c9b8aca911a8647fd78a11cc (diff)
downloadpfsense-9cb6bef1e3f71d4eba30118bb0409a39e589a22b.zip
pfsense-9cb6bef1e3f71d4eba30118bb0409a39e589a22b.tar.gz
Make sure we start with an empty service.
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 4371e9a..aa2151c 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -390,6 +390,7 @@ function add_to_menu($url, $name) {
<span style="float:right; margin: 0 0 20px 20px">
<?php
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
+ $ssvc = array();
switch ($shortcut_section) {
case "openvpn":
$ssvc = find_service_by_openvpn_vpnid($vpnid);
OpenPOWER on IntegriCloud