summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-04-13 22:04:30 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-04-13 22:04:30 -0400
commit3c07ce5e1fc16bbfb5f78411c403b919997bbb7a (patch)
treeb6b09ce54651e537a501055cc05c2d038d55d264 /usr
parentb5376d0e62eb91473a73f357e901c95eacd6ab2a (diff)
downloadpfsense-3c07ce5e1fc16bbfb5f78411c403b919997bbb7a.zip
pfsense-3c07ce5e1fc16bbfb5f78411c403b919997bbb7a.tar.gz
allow a diff ip address for gateway monitor
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_gateways_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 9863be0..0683ef8 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -134,7 +134,8 @@ if ($_POST) {
$gateway['name'] = $_POST['name'];
$gateway['gateway'] = $_POST['gateway'];
$gateway['descr'] = $_POST['descr'];
-
+ $gateway['monitor'] = $_POST['monitor'];
+
if ($_POST['defaultgw'] == "yes") {
$i = 0;
foreach($a_gateways as $gw) {
OpenPOWER on IntegriCloud