summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fbegin.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-09-17 15:52:47 +0000
committerErmal <eri@pfsense.org>2011-09-17 15:52:47 +0000
commit21b8289eb841c226cefc78999fd28ddf30d73a3a (patch)
tree53cf6c162c018b9b0d390744c741e96f6bf12568 /usr/local/www/fbegin.inc
parent0380704f81e5e9eed7e5fe866a69632a3dddd79f (diff)
downloadpfsense-21b8289eb841c226cefc78999fd28ddf30d73a3a.zip
pfsense-21b8289eb841c226cefc78999fd28ddf30d73a3a.tar.gz
Properly dispaly CP status page with the multi instance CP
Diffstat (limited to 'usr/local/www/fbegin.inc')
-rwxr-xr-xusr/local/www/fbegin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index d874361..fbe30a5 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -152,7 +152,7 @@ $vpn_menu = msort(array_merge($vpn_menu, return_ext_menu("VPN")),0);
// Status
$status_menu = array();
-if (isset($config['captiveportal']['enable']))
+if (count($config['captiveportal']) > 0)
$status_menu[] = array(gettext("Captive Portal"), "/status_captiveportal.php");
$status_menu[] = array(gettext("CARP (failover)"), "/carp_status.php");
$status_menu[] = array(gettext("Dashboard"), "/index.php");
OpenPOWER on IntegriCloud