From 4401107f36d5029f1196e564c3598c589d6e7a79 Mon Sep 17 00:00:00 2001 From: Steve Beaver Date: Mon, 13 Feb 2017 13:12:09 -0500 Subject: Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Interfaces --- src/usr/local/www/interfaces_bridge_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/interfaces_bridge_edit.php') diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php index 5a1c23f..dbcbb2b 100644 --- a/src/usr/local/www/interfaces_bridge_edit.php +++ b/src/usr/local/www/interfaces_bridge_edit.php @@ -65,7 +65,7 @@ foreach ($ifacelist as $bif => $bdescr) { } } -$id = $_POST['id']; +$id = $_REQUEST['id']; if (isset($id) && $a_bridges[$id]) { $pconfig['enablestp'] = isset($a_bridges[$id]['enablestp']); -- cgit v1.1