summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-06-23 09:10:50 -0400
committerjim-p <jimp@pfsense.org>2017-06-23 09:16:56 -0400
commitb3875714f8aac4f3c886646926fa6919d612340f (patch)
tree7b10b25a9c8d24459026fc71b9e74e18d77e4d9f /src/usr/local/www
parent58d471e9834a312a2bd67b5aebf38ac572b3e973 (diff)
downloadpfsense-b3875714f8aac4f3c886646926fa6919d612340f.zip
pfsense-b3875714f8aac4f3c886646926fa6919d612340f.tar.gz
Fix some other outdated links
Diffstat (limited to 'src/usr/local/www')
-rwxr-xr-xsrc/usr/local/www/diag_packet_capture.php2
-rwxr-xr-xsrc/usr/local/www/interfaces.php2
-rw-r--r--src/usr/local/www/status_logs_filter.php2
-rw-r--r--src/usr/local/www/status_logs_filter_dynamic.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index f0868ab..ac66a55 100755
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -319,7 +319,7 @@ $section->addInput(new Form_Checkbox(
'Note: Some network adapters do not support or work well in promiscuous mode.%1$s' .
'More: %2$sPacket capture%3$s',
'<br />',
- '<a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=tcpdump&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+8.3-stable&amp;arch=default&amp;format=html">',
+ '<a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=tcpdump&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+11.0-stable&amp;arch=default&amp;format=html">',
'</a>');
$section->addInput(new Form_Select(
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 7daf820..c8b034e 100755
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2450,7 +2450,7 @@ $group->add(new Form_Input(
$pconfig['adv_dhcp6_key_info_statement_expire']
))->sethelp('Expire');
-$group->setHelp('See %1$shere%2$s more information', '<a target="_blank" href="https://www.freebsd.org/cgi/man.cgi?query=dhcp6c.conf&sektion=5&apropos=0&manpath=FreeBSD+10.1-RELEASE+and+Ports#Interface_statement">', '</a>');
+$group->setHelp('See %1$shere%2$s more information', '<a target="_blank" href="https://www.freebsd.org/cgi/man.cgi?query=dhcp6c.conf&sektion=5&apropos=0&manpath=FreeBSD+11.0-RELEASE+and+Ports#Interface_statement">', '</a>');
$section->add($group);
diff --git a/src/usr/local/www/status_logs_filter.php b/src/usr/local/www/status_logs_filter.php
index 467664a..3741db0 100644
--- a/src/usr/local/www/status_logs_filter.php
+++ b/src/usr/local/www/status_logs_filter.php
@@ -327,7 +327,7 @@ events.push(function() {
<div class="infoblock">
<?php
-print_info_box('<a href="https://doc.pfsense.org/index.php/What_are_TCP_Flags%3F">' .
+print_info_box('<a href="https://doc.pfsense.org/index.php/What_are_TCP_Flags">' .
gettext("TCP Flags") . '</a>: F - FIN, S - SYN, A or . - ACK, R - RST, P - PSH, U - URG, E - ECE, C - CWR.' . '<br />' .
'<i class="fa fa-minus-square-o icon-primary"></i> = ' . gettext('Add to block list') . ', <i class="fa fa-plus-square-o icon-primary"></i> = ' . gettext('Pass traffic') . ', <i class="fa fa-info icon-primary"></i> = ' . gettext('Resolve'), 'info', false);
?>
diff --git a/src/usr/local/www/status_logs_filter_dynamic.php b/src/usr/local/www/status_logs_filter_dynamic.php
index 78ce76f..78a1418 100644
--- a/src/usr/local/www/status_logs_filter_dynamic.php
+++ b/src/usr/local/www/status_logs_filter_dynamic.php
@@ -473,7 +473,7 @@ if ($tcpcnt > 0) {
?>
<div class="infoblock">
<?php
- print_info_box('<a href="https://doc.pfsense.org/index.php/What_are_TCP_Flags%3F">' .
+ print_info_box('<a href="https://doc.pfsense.org/index.php/What_are_TCP_Flags">' .
gettext("TCP Flags") . '</a>: F - FIN, S - SYN, A or . - ACK, R - RST, P - PSH, U - URG, E - ECE, C - CWR.', 'info', false);
?>
</div>
OpenPOWER on IntegriCloud