summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-02-21 21:16:07 +0100
committerGitHub <noreply@github.com>2017-02-21 21:16:07 +0100
commit7a74d245de46446a52fdc4f4a6cac58984b539b4 (patch)
tree428911615790af6059e9009599394220f00a8515 /src
parent726b889be9fa98b7ff9118b4fac27d895f87f949 (diff)
downloadpfsense-7a74d245de46446a52fdc4f4a6cac58984b539b4.zip
pfsense-7a74d245de46446a52fdc4f4a6cac58984b539b4.tar.gz
Add syslogd shortcuts
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/shortcuts.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/local/www/shortcuts.inc b/src/usr/local/www/shortcuts.inc
index 6f668bd..c6b28a0 100644
--- a/src/usr/local/www/shortcuts.inc
+++ b/src/usr/local/www/shortcuts.inc
@@ -263,6 +263,11 @@ $shortcuts['snmp'] = array();
$shortcuts['snmp']['main'] = "services_snmp.php";
$shortcuts['snmp']['service'] = "bsnmpd";
+$shortcuts['syslogd'] = array();
+$shortcuts['syslogd']['main'] = "status_logs_settings.php";
+$shortcuts['syslogd']['log'] = "status_logs.php";
+$shortcuts['syslogd']['service'] = "syslogd";
+
$shortcuts['authentication'] = array();
$shortcuts['authentication']['main'] = "system_authservers.php";
// $shortcuts['authentication']['status'] = "diag_authentication.php";
OpenPOWER on IntegriCloud