summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSander van Leeuwen <sander@kraagjes.nl>2015-04-23 10:05:35 +0200
committerSander van Leeuwen <sander@kraagjes.nl>2015-04-23 10:05:35 +0200
commit2c20e3e97facbb29885a0d0a3245adb205027878 (patch)
treed649364ec837c1d3352b0c8eee0542d836239508 /usr
parentea96b189a44499726fc216058bf61a98d02198a1 (diff)
downloadpfsense-2c20e3e97facbb29885a0d0a3245adb205027878.zip
pfsense-2c20e3e97facbb29885a0d0a3245adb205027878.tar.gz
Re-enstate copyright that got lost in pull request
Refs. #99
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_testport.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/diag_testport.php b/usr/local/www/diag_testport.php
index 5340092..932c1ed 100644
--- a/usr/local/www/diag_testport.php
+++ b/usr/local/www/diag_testport.php
@@ -2,6 +2,7 @@
/*
diag_testport.php
Copyright (C) 2013 Jim P (jimp@pfsense.org)
+ Copyright (C) 2013-2015 Electric Sheep Fencing, LP
All rights reserved.
@@ -192,7 +193,7 @@ if ($input_errors)
print_input_errors($input_errors);
else {
// New page
- if(empty($result) && $retval != 0 && !$showtext) {
+ if(empty($result) && $retval != 0 && !$showtext) {
print('<div class="alert alert-warning" role="alert">This page allows you to perform a simple TCP connection test to determine if a host is up and accepting connections on a given port.' .
' This test does not function for UDP since there is no way to reliably determine if a UDP port accepts connections in this manner.</div>');
}
OpenPOWER on IntegriCloud