summaryrefslogtreecommitdiffstats
path: root/usr/local/www/shortcuts.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-10 15:37:40 -0400
committerjim-p <jimp@pfsense.org>2012-08-10 15:37:40 -0400
commite38d34b45f79a049408997c3183f5be182111fbc (patch)
tree0a8359c5c35ddc8fa565a013f3a70d28b028a2aa /usr/local/www/shortcuts.inc
parent6d9b107442c111b7ef164cce6e7ecabd39622ddb (diff)
downloadpfsense-e38d34b45f79a049408997c3183f5be182111fbc.zip
pfsense-e38d34b45f79a049408997c3183f5be182111fbc.tar.gz
Activate service status/control for CP also.
Diffstat (limited to 'usr/local/www/shortcuts.inc')
-rw-r--r--usr/local/www/shortcuts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/shortcuts.inc b/usr/local/www/shortcuts.inc
index b061172..d494409 100644
--- a/usr/local/www/shortcuts.inc
+++ b/usr/local/www/shortcuts.inc
@@ -15,12 +15,12 @@ $shortcuts['relayd-virtualservers']['service'] = "relayd";
$shortcuts['captiveportal'] = array();
$shortcuts['captiveportal']['log'] = "diag_logs_auth.php";
$shortcuts['captiveportal']['status'] = "status_captiveportal.php";
-//$shortcuts['captiveportal']['service'] = "captiveportal";
+$shortcuts['captiveportal']['service'] = "captiveportal";
$shortcuts['captiveportal-vouchers'] = array();
$shortcuts['captiveportal-vouchers']['log'] = "diag_logs_auth.php";
$shortcuts['captiveportal-vouchers']['status'] = "status_captiveportal_vouchers.php";
-//$shortcuts['captiveportal-vouchers']['service'] = "captiveportal";
+$shortcuts['captiveportal-vouchers']['service'] = "captiveportal";
$shortcuts['dhcp'] = array();
$shortcuts['dhcp']['log'] = "diag_logs_dhcp.php";
OpenPOWER on IntegriCloud