From 6a6d37c3ea6a6487ca89d3e660464a0f54a18a67 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 27 Jan 2016 12:54:21 +0545 Subject: Fixup old diag_logs references Note: The shortcuts for upnp were not showing. This was because shortcuts.inc only includes *.inc files from /usr/local/www/shortcuts So I have renamed pkg_upnp.php to pkg_upnp.inc I notice that some time in the past it used to be pkg_upnp.inc because that was in the obsoleted files list. So not sure what that was all about. --- src/usr/local/www/services_ntpd.php | 2 +- src/usr/local/www/shortcuts/pkg_upnp.inc | 11 +++++++++++ src/usr/local/www/shortcuts/pkg_upnp.php | 11 ----------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 src/usr/local/www/shortcuts/pkg_upnp.inc delete mode 100644 src/usr/local/www/shortcuts/pkg_upnp.php (limited to 'src/usr') diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php index ba54368..a91c445 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 ' . - '' . 'Status > System Logs > NTP' . ''); + '' . 'Status > System Logs > NTP' . ''); // Statistics logging section $btnadvstats = new Form_Button( diff --git a/src/usr/local/www/shortcuts/pkg_upnp.inc b/src/usr/local/www/shortcuts/pkg_upnp.inc new file mode 100644 index 0000000..6554e10 --- /dev/null +++ b/src/usr/local/www/shortcuts/pkg_upnp.inc @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/src/usr/local/www/shortcuts/pkg_upnp.php b/src/usr/local/www/shortcuts/pkg_upnp.php deleted file mode 100644 index 3ee7f81..0000000 --- a/src/usr/local/www/shortcuts/pkg_upnp.php +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file -- cgit v1.1