summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-06 19:33:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-06 19:33:01 +0000
commit55b8d602cd085790bc3708775c76759030a854fe (patch)
treea82cf7f90b5397b75c73959cdda86539fda136b0 /usr
parent24370be17b2926ace50011b485c492d527e99837 (diff)
downloadpfsense-55b8d602cd085790bc3708775c76759030a854fe.zip
pfsense-55b8d602cd085790bc3708775c76759030a854fe.tar.gz
Correctly display POST messages
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/wizard.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index fa15386..a0c324e 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -230,9 +230,11 @@ function enablechange() {
<!-- wizard goes here -->
<tr><td>&nbsp;</td></tr>
<tr><td colspan='2'>
-<?php if ($_GET['message'] != "") {
+<?php
+ if ($_GET['message'] != "")
print_info_box($_GET['message']);
- }
+ if ($_POST['message'] != "")
+ print_info_box($_POST['message']);
?></td></tr>
<tr><td colspan='2'><center><b><?= fixup_string($description) ?></b></center></td></tr><tr><td>&nbsp;</td></tr>
<?php
OpenPOWER on IntegriCloud