summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-07 15:30:27 +0000
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 15:50:30 -0500
commitfa172bc5e8142ccfecdcb8cac021a59cef5c2d7e (patch)
tree9b9c4072ccdab045601977d9158065fb5d160b6e /src/usr/local/www/diag_dns.php
parent02ba2c972a6518b6cbe2eaeb791b2e99964c93a9 (diff)
downloadpfsense-fa172bc5e8142ccfecdcb8cac021a59cef5c2d7e.zip
pfsense-fa172bc5e8142ccfecdcb8cac021a59cef5c2d7e.tar.gz
Convert short open tags to full tags
Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
Diffstat (limited to 'src/usr/local/www/diag_dns.php')
-rwxr-xr-xsrc/usr/local/www/diag_dns.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index d413def..3b64cd3 100755
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -260,7 +260,7 @@ if (!$input_errors && $type) {
</ul>
</div>
</div>
-<? endif?>
+<?php endif; ?>
<!-- Second table displays the server resolution times -->
<div class="panel panel-default">
@@ -275,11 +275,11 @@ if (!$input_errors && $type) {
</thead>
<tbody>
-<? foreach ((array)$dns_speeds as $qt):?>
+<?php foreach ((array)$dns_speeds as $qt):?>
<tr>
<td><?=$qt['dns_server']?></td><td><?=$qt['query_time']?></td>
</tr>
-<? endforeach?>
+<?php endforeach; ?>
</tbody>
</table>
</div>
OpenPOWER on IntegriCloud