diff options
-rw-r--r-- | usr/local/www/shortcuts.inc | 4 |
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"; |