summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-06 19:37:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-06 19:37:13 +0000
commit9036c500e1bb4537d86fdfa89815b7a3143136eb (patch)
tree130b87e8bde717f24e6bcdfd3aff341f86bc0a5e /usr
parent55b8d602cd085790bc3708775c76759030a854fe (diff)
downloadpfsense-9036c500e1bb4537d86fdfa89815b7a3143136eb.zip
pfsense-9036c500e1bb4537d86fdfa89815b7a3143136eb.tar.gz
Beef up error message
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 9d8b067..8774c4f 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -48,7 +48,7 @@ function step2_stepsubmitphpaction() {
exit;
}
if ($config['ezshaper']['step2']['inside_int'] == $config['ezshaper']['step2']['outside_int']) {
- $message="Inside and Outside interfaces cannot be the same";
+ $message="Inside and Outside interfaces cannot be the same. Please select a unique interface for both.";
header("Location: /wizard.php?xml=traffic_shaper_wizard.xml&amp;stepid=1&amp;message={$message}");
exit;
}
OpenPOWER on IntegriCloud