summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-09-01 15:26:50 -0400
committerjim-p <jimp@pfsense.org>2010-09-01 15:26:50 -0400
commitb4e6524c16f396264e026dc006b4f467be0f1921 (patch)
tree9be29759905cc1ea0c4e3630d290cf360b03cc86 /usr/local/www/system_camanager.php
parent4e990e1e207366ed78fecc8c865df5074ad2cfdd (diff)
downloadpfsense-b4e6524c16f396264e026dc006b4f467be0f1921.zip
pfsense-b4e6524c16f396264e026dc006b4f467be0f1921.tar.gz
CA/CERT Move
Diffstat (limited to 'usr/local/www/system_camanager.php')
-rw-r--r--usr/local/www/system_camanager.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php
index 369f7b6..17f7bd8 100644
--- a/usr/local/www/system_camanager.php
+++ b/usr/local/www/system_camanager.php
@@ -52,15 +52,15 @@ $id = $_GET['id'];
if (isset($_POST['id']))
$id = $_POST['id'];
-if (!is_array($config['system']['ca']))
- $config['system']['ca'] = array();
+if (!is_array($config['ca']))
+ $config['ca'] = array();
-$a_ca =& $config['system']['ca'];
+$a_ca =& $config['ca'];
-if (!is_array($config['system']['cert']))
- $config['system']['cert'] = array();
+if (!is_array($config['cert']))
+ $config['cert'] = array();
-$a_cert =& $config['system']['cert'];
+$a_cert =& $config['cert'];
$act = $_GET['act'];
if ($_POST['act'])
OpenPOWER on IntegriCloud