summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_gre_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/interfaces_gre_edit.php')
-rw-r--r--src/usr/local/www/interfaces_gre_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_gre_edit.php b/src/usr/local/www/interfaces_gre_edit.php
index ab739d7..05e6036 100644
--- a/src/usr/local/www/interfaces_gre_edit.php
+++ b/src/usr/local/www/interfaces_gre_edit.php
@@ -34,7 +34,7 @@ if (!is_array($config['gres']['gre'])) {
}
$a_gres = &$config['gres']['gre'];
-$id = $_POST['id'];
+$id = $_REQUEST['id'];
if (isset($id) && $a_gres[$id]) {
$pconfig['if'] = $a_gres[$id]['if'];
OpenPOWER on IntegriCloud