summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_gre.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-15 16:44:40 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-15 16:44:40 +0545
commitaa82505e6577c28894150a6fb53c58f914930331 (patch)
tree3c4bc4b73d4dcd4e4e1d87d8acb5068ea14cacf8 /src/usr/local/www/interfaces_gre.php
parent7895a8802317a8477929bea6428bf8dfe214306f (diff)
downloadpfsense-aa82505e6577c28894150a6fb53c58f914930331.zip
pfsense-aa82505e6577c28894150a6fb53c58f914930331.tar.gz
Code style g-i
Diffstat (limited to 'src/usr/local/www/interfaces_gre.php')
-rw-r--r--src/usr/local/www/interfaces_gre.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_gre.php b/src/usr/local/www/interfaces_gre.php
index 749c20f..f5c1396 100644
--- a/src/usr/local/www/interfaces_gre.php
+++ b/src/usr/local/www/interfaces_gre.php
@@ -108,8 +108,9 @@ if ($_GET['act'] == "del") {
$pgtitle = array(gettext("Interfaces"), gettext("GRE"));
$shortcut_section = "interfaces";
include("head.inc");
-if ($input_errors)
+if ($input_errors) {
print_input_errors($input_errors);
+}
$tab_array = array();
$tab_array[] = array(gettext("Interface assignments"), false, "interfaces_assign.php");
OpenPOWER on IntegriCloud