summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.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_advanced_admin.php
parent4e990e1e207366ed78fecc8c865df5074ad2cfdd (diff)
downloadpfsense-b4e6524c16f396264e026dc006b4f467be0f1921.zip
pfsense-b4e6524c16f396264e026dc006b4f467be0f1921.tar.gz
CA/CERT Move
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index e7ae297..c53cc7c 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -62,7 +62,7 @@ $pconfig['enablesshd'] = $config['system']['enablesshd'];
$pconfig['sshport'] = $config['system']['ssh']['port'];
$pconfig['sshdkeyonly'] = isset($config['system']['ssh']['sshdkeyonly']);
-$a_cert =& $config['system']['cert'];
+$a_cert =& $config['cert'];
$certs_available = false;
if (is_array($a_cert) && count($a_cert))
OpenPOWER on IntegriCloud