summaryrefslogtreecommitdiffstats
path: root/usr/local/www/easyrule.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-12 11:15:26 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-12 11:15:26 -0300
commitee9933b6e260ed1b154d7ca52059aa3baaf82f72 (patch)
tree4e11579d0ef7358d403dbf6fe7d025c79527bc96 /usr/local/www/easyrule.php
parent4d71d68cd5a3af1f501f910bb224cad5ea76aaa9 (diff)
downloadpfsense-ee9933b6e260ed1b154d7ca52059aa3baaf82f72.zip
pfsense-ee9933b6e260ed1b154d7ca52059aa3baaf82f72.tar.gz
Use <?php instead of the short form
Diffstat (limited to 'usr/local/www/easyrule.php')
-rw-r--r--usr/local/www/easyrule.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/easyrule.php b/usr/local/www/easyrule.php
index 85e20a3..5f7a4ec 100644
--- a/usr/local/www/easyrule.php
+++ b/usr/local/www/easyrule.php
@@ -58,7 +58,7 @@ if(stristr($retval, "error") == true)
include("head.inc"); ?>
<body link="#000000" vlink="#000000" alink="#000000">
-<? include("fbegin.inc"); ?>
+<?php include("fbegin.inc"); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
@@ -68,13 +68,13 @@ include("head.inc"); ?>
<br/>
<?=gettext("Message"); ?>: <?php echo $message; ?>
<br/>
-<? } else { ?>
+<?php } else { ?>
<?=gettext("This is the Easy Rule status page, mainly used to display errors when adding rules. " .
"If you are seeing this, there apparently was not an error, and you navigated to the " .
"page directly without telling it what to do"); ?>.<br/><br/>
<?=gettext("This page is meant to be called from the block/pass buttons on the Firewall Logs page"); ?>, <a href="diag_logs_filter.php"><?=gettext("Status"); ?> &gt; <?=gettext("System Logs, " .
"Firewall Tab"); ?></a>.
<br />
-<? } ?>
+<?php } ?>
</td></tr></table>
<?php include("fend.inc"); ?>
OpenPOWER on IntegriCloud