summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-05 23:26:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-05 23:26:28 +0000
commitad2987f13aced2081a90b7585e94facd2754d18b (patch)
tree68be141a133dd9d27d198f33714982bbcf06feb0 /usr/local/www/pkg.php
parent3d85f6b4fa6927092ef691cd5519d21c981f1348 (diff)
downloadpfsense-ad2987f13aced2081a90b7585e94facd2754d18b.zip
pfsense-ad2987f13aced2081a90b7585e94facd2754d18b.tar.gz
Add savemsg get parm.
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index a5f64e8..2df3123 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -105,6 +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'];
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
OpenPOWER on IntegriCloud