summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-09-01 15:18:44 -0400
committerjim-p <jimp@pfsense.org>2010-09-01 15:18:44 -0400
commit4e990e1e207366ed78fecc8c865df5074ad2cfdd (patch)
tree7c53245e6a501b0f8c3f9a1a7fc3614fc27503a5 /usr/local/www/wizard.php
parent1e332e981ca27a8a04abcd2c609661b869044354 (diff)
downloadpfsense-4e990e1e207366ed78fecc8c865df5074ad2cfdd.zip
pfsense-4e990e1e207366ed78fecc8c865df5074ad2cfdd.tar.gz
CA/CERT Move
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index d4a2b02..d255725 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -508,7 +508,7 @@ function showchange() {
if($field['add_to_certca_selection'] == $value) $SELECTED = " SELECTED";
echo "<option value='" . $field['add_to_certca_selection'] . "'" . $SELECTED . ">" . $field['add_to_certca_selection'] . "</option>\n";
}
- foreach($config['system']['ca'] as $ca) {
+ foreach($config['ca'] as $ca) {
$name = htmlspecialchars($ca['name']);
$SELECTED = "";
if ($value == $name) $SELECTED = " SELECTED";
@@ -546,7 +546,7 @@ function showchange() {
if($field['add_to_cert_selection'] == $value) $SELECTED = " SELECTED";
echo "<option value='" . $field['add_to_cert_selection'] . "'" . $SELECTED . ">" . $field['add_to_cert_selection'] . "</option>\n";
}
- foreach($config['system']['cert'] as $ca) {
+ foreach($config['cert'] as $ca) {
if (stristr($ca['name'], "webconf"))
continue;
$name = htmlspecialchars($ca['name']);
OpenPOWER on IntegriCloud