summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-09 04:44:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-09 04:44:28 +0000
commit8596e0a41709613bc1a3a6b442052125976962a2 (patch)
tree48785ec61713ff5c3e4d6317ad1aca104b58f0ad /usr/local/www/pkg.php
parenta797e4e3914db0f25a5a47fda04fd9c2dfd90f26 (diff)
downloadpfsense-8596e0a41709613bc1a3a6b442052125976962a2.zip
pfsense-8596e0a41709613bc1a3a6b442052125976962a2.tar.gz
Enclose the php call in <?php ?>
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index 2df3123..fe3c261 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -105,7 +105,7 @@ include("fbegin.inc");
?>
<p class="pgtitle"><?=$title?></p>
<form action="firewall_nat_out_load_balancing.php" method="post">
-if($_GET['savemsg'] <> "") $savemsg = $_GET['savemsg'];
+<? if($_GET['savemsg'] <> "") $savemsg = $_GET['savemsg']; ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud