summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/wizard.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 55c02ae..3af082f 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -313,6 +313,11 @@ function FieldValidate(userinput, regexp, message)
if(!$field['combinefieldsbegin'])
echo "</tr>\n";
+
+ if($field['warning'] <> "") {
+ echo "<br><b><font color=\"red\">" . $field['warning'] . "</font></b>";
+ }
+
}
}
?>
@@ -420,4 +425,4 @@ function is_timezone($elt) {
return !preg_match("/\/$/", $elt);
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud