summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-27 08:41:08 -0200
committerRenato Botelho <renato@netgate.com>2016-01-27 08:41:08 -0200
commit6f8ee5f036d8c51484f9dede09075a7046963fd3 (patch)
tree87e088d912da1d049ececc6be6bd5a27c37940f7 /src/usr
parentede6c233f81e6762c6a82606dfbd59a327e4a820 (diff)
parent6a6d37c3ea6a6487ca89d3e660464a0f54a18a67 (diff)
downloadpfsense-6f8ee5f036d8c51484f9dede09075a7046963fd3.zip
pfsense-6f8ee5f036d8c51484f9dede09075a7046963fd3.tar.gz
Merge pull request #2548 from phil-davis/diag-logs
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_ntpd.php2
-rw-r--r--src/usr/local/www/shortcuts/pkg_upnp.inc (renamed from src/usr/local/www/shortcuts/pkg_upnp.php)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php
index f87fa81..7892456 100644
--- a/src/usr/local/www/services_ntpd.php
+++ b/src/usr/local/www/services_ntpd.php
@@ -374,7 +374,7 @@ $section->addInput(new Form_Checkbox(
'Log system messages (default: disabled).',
$pconfig['logsys']
))->setHelp('These options enable additional messages from NTP to be written to the System Log ' .
- '<a href="diag_logs_ntpd.php">' . 'Status > System Logs > NTP' . '</a>');
+ '<a href="status_logs.php?logfile=ntpd">' . 'Status > System Logs > NTP' . '</a>');
// Statistics logging section
$btnadvstats = new Form_Button(
diff --git a/src/usr/local/www/shortcuts/pkg_upnp.php b/src/usr/local/www/shortcuts/pkg_upnp.inc
index 3ee7f81..6554e10 100644
--- a/src/usr/local/www/shortcuts/pkg_upnp.php
+++ b/src/usr/local/www/shortcuts/pkg_upnp.inc
@@ -4,7 +4,7 @@ global $shortcuts;
$shortcuts['upnp'] = array();
$shortcuts['upnp']['main'] = "pkg_edit.php?xml=miniupnpd.xml";
-$shortcuts['upnp']['log'] = "diag_logs_routing.php";
+$shortcuts['upnp']['log'] = "status_logs.php?logfile=routing";
$shortcuts['upnp']['status'] = "status_upnp.php";
$shortcuts['upnp']['service'] = "miniupnpd";
OpenPOWER on IntegriCloud