summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-12 11:07:04 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-12 11:07:04 -0300
commit8cb8751e21a4390fd99f81afffec684919d1c9b7 (patch)
treeb5e758fd846b7bba1f59f38e8a8dfd4093124f9f /usr/local/www/diag_confbak.php
parentb11cdf926a0fcdc64702505d997a44cd122dc1cb (diff)
downloadpfsense-8cb8751e21a4390fd99f81afffec684919d1c9b7.zip
pfsense-8cb8751e21a4390fd99f81afffec684919d1c9b7.tar.gz
Use <?php instead of <?
Diffstat (limited to 'usr/local/www/diag_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index 8c3ff7d..c865115 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -106,7 +106,7 @@ include("head.inc");
if($savemsg)
print_info_box($savemsg);
?>
- <? if ($diff) { ?>
+ <?php if ($diff) { ?>
<table align="center" valign="middle" width="100%" border="0" cellspacing="0" style="padding-top: 4px; padding-bottom: 4px;">
<tr><td><?=gettext("Configuration diff from");?> <?php echo date(gettext("n/j/y H:i:s"), $oldtime); ?> <?=gettext("to");?> <?php echo date(gettext("n/j/y H:i:s"), $newtime); ?></td></tr>
<?php foreach ($diff as $line) {
@@ -130,7 +130,7 @@ include("head.inc");
<?php } ?>
</table>
<br />
- <? } ?>
+ <?php } ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
@@ -178,9 +178,9 @@ include("head.inc");
<td class="list">
<?php if ($c < (count($confvers) - 1)) { ?>
<input type="radio" name="newtime" value="<?php echo $version['time'];?>">
- <? } else { ?>
+ <?php } else { ?>
&nbsp;
- <? }
+ <?php }
$c++; ?>
</td>
<td class="listlr"> <?= $date ?></td>
OpenPOWER on IntegriCloud