summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_crlmanager.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-10 08:05:22 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-10 08:05:22 -0500
commitbda120a4cb284f276156a3e9da8f8f3261999ea9 (patch)
tree23f6d0b2dac0c62d6a628c43de144222693c075d /src/usr/local/www/system_crlmanager.php
parentd565c1825d8a8649d660065e39580868e08611b1 (diff)
downloadpfsense-bda120a4cb284f276156a3e9da8f8f3261999ea9.zip
pfsense-bda120a4cb284f276156a3e9da8f8f3261999ea9.tar.gz
GET/POST conversion system_crlmanger.php bis
Diffstat (limited to 'src/usr/local/www/system_crlmanager.php')
-rw-r--r--src/usr/local/www/system_crlmanager.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_crlmanager.php b/src/usr/local/www/system_crlmanager.php
index 7bff142..2dd7815 100644
--- a/src/usr/local/www/system_crlmanager.php
+++ b/src/usr/local/www/system_crlmanager.php
@@ -284,12 +284,12 @@ function method_change() {
<?php
function build_method_list() {
- global $_GET, $crl_methods;
+ global $_POST, $crl_methods;
$list = array();
foreach ($crl_methods as $method => $desc) {
- if (($_GET['importonly'] == "yes") && ($method != "existing")) {
+ if (($_POST['importonly'] == "yes") && ($method != "existing")) {
continue;
}
OpenPOWER on IntegriCloud