From e38d34b45f79a049408997c3183f5be182111fbc Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 10 Aug 2012 15:37:40 -0400 Subject: Activate service status/control for CP also. --- usr/local/www/shortcuts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www') 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"; -- cgit v1.1