summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-14 00:44:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-14 00:44:43 +0000
commit723cceb3e748607d1e5e8f4980e2fbaaef04d5aa (patch)
tree52e8f41f3b4ce66bdbb22aa7c38c4cfca7130fdd /usr
parentb4525bfee8035d372d238aa4a252bbc0113d17cb (diff)
downloadpfsense-723cceb3e748607d1e5e8f4980e2fbaaef04d5aa.zip
pfsense-723cceb3e748607d1e5e8f4980e2fbaaef04d5aa.tar.gz
Output input_errors when they are set
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/vpn_openvpn_certs_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_certs_create.php b/usr/local/www/vpn_openvpn_certs_create.php
index eabaebc..57dbc05 100644
--- a/usr/local/www/vpn_openvpn_certs_create.php
+++ b/usr/local/www/vpn_openvpn_certs_create.php
@@ -166,7 +166,7 @@ if ($_POST) {
</script>
<?php include("fbegin.inc"); ?>
-
+<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="vpn_openvpn_certs_create.php" method="post" name="iform" id="iform">
<?php if ($savemsg) print_info_box($savemsg); ?>
OpenPOWER on IntegriCloud