summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorJeann <wjeann@gmail.com>2010-06-23 23:39:09 -0300
committerJeann <wjeann@gmail.com>2010-06-23 23:39:09 -0300
commita11ee3cf4f32afad9b4996bc1be544efdf24d258 (patch)
treef2bec7cf0897b0efa2d89a63c4071d964d178608 /usr/local
parent5463dd9f779b83e691d13ee6f8e4d267bb39ff74 (diff)
downloadpfsense-a11ee3cf4f32afad9b4996bc1be544efdf24d258.zip
pfsense-a11ee3cf4f32afad9b4996bc1be544efdf24d258.tar.gz
Modified sintaxes on diag_dns.php and diag_dump_states.php
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/diag_dns.php4
-rwxr-xr-xusr/local/www/diag_dump_states.php10
2 files changed, 7 insertions, 7 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index 9d5f51d..a82628d 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -124,7 +124,7 @@ include("head.inc"); ?>
<b><?=gettext("Server");?></b>
</td>
<td>
- <b><?=gettext("Query time);></b>
+ <b><?=gettext("Query time");></b>
</td>
</tr>
<?php
@@ -155,7 +155,7 @@ include("head.inc"); ?>
<p/>
<?=gettext("NOTE: The following links are to external services, so their reliability cannot be guaranteed.");?><br/><br/>
<a target="_new" href="http://private.dnsstuff.com/tools/whois.ch?ip=<?php echo $ipaddr; ?>"><?=gettext("IP WHOIS @ DNS Stuff");?></a><br />
- <a target="_new" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?php echo $ipaddr; ?>"><?=gettext("IP Info @ DNS Stuff);?></a>
+ <a target="_new" href="http://private.dnsstuff.com/tools/ipall.ch?ip=<?php echo $ipaddr; ?>"><?=gettext("IP Info @ DNS Stuff");?></a>
</td>
</tr>
<?php } ?>
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index 7e223c8..f0b9ba5 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -172,26 +172,26 @@ if(count($states) > 0) {
$parts = split(":", $ends[count($ends) - 1]);
$dstip = trim($parts[0]);
- echo "<tr valign='top' name='r:{$srcip}:{$dstip}'>
+ echo "<tr valign='top' name='r:{$srcip}:{$dstip}'>"
<td class='listlr'>{$proto}</td>
<td class='listr'>{$info}</td>
<td class='listr'>{$state}</td>
<td class='list'>
<img src='/themes/{$g['theme']}/images/icons/icon_x.gif' height='17' width='17' border='0'
- onclick=\"removeState('{$srcip}', '{$dstip}');\" style='cursor:pointer;'
+ onclick="removeState('{$srcip}', '{$dstip}');" style='cursor:pointer;'
name='i:{$srcip}:{$dstip}'
title='" . gettext("Remove all state entries from") . " {$srcip} " . gettext("to") . " {$dstip}' alt='' />
</td>
- </tr>";
+ </tr>;
$row++;
}
}
else {
- echo "<tr>
+ echo "<tr>"
<td class='list' colspan='4' align='center' valign='top'>
" . gettext("No states were found.") . "
</td>
- </tr>";
+ </tr>;
}
?>
</table>
OpenPOWER on IntegriCloud