summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_testport.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-18 16:36:29 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-18 16:36:29 +0545
commitae344010f8569e7edf768137f0b0f539f3cd95df (patch)
treefff1a4982a60bc6030da4fb2c98c1889991ea23b /src/usr/local/www/diag_testport.php
parent294eec0dd85243a2d79d142024e16f8cc457b681 (diff)
downloadpfsense-ae344010f8569e7edf768137f0b0f539f3cd95df.zip
pfsense-ae344010f8569e7edf768137f0b0f539f3cd95df.tar.gz
diag_testport change some tabs to space
Diffstat (limited to 'src/usr/local/www/diag_testport.php')
-rw-r--r--src/usr/local/www/diag_testport.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_testport.php b/src/usr/local/www/diag_testport.php
index 3545315..ccdb41e 100644
--- a/src/usr/local/www/diag_testport.php
+++ b/src/usr/local/www/diag_testport.php
@@ -221,9 +221,9 @@ include("head.inc");
// Handle the display of all messages here where the user can readily see them
if ($input_errors) {
print_input_errors($input_errors);
-} elseif ($do_testport) {
+} elseif ($do_testport) {
// User asked for a port test
- if ($retval == 0) {
+ if ($retval == 0) {
// Good host & port
$alert_text = '<div class="alert alert-success" role="alert">' . sprintf(gettext('Port test to host: %1$s Port: %2$s successful'), $host, $port);
if ($showtext) {
OpenPOWER on IntegriCloud