summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2014-06-21 14:23:35 -0700
committerN0YB <Al_Stu@Frontier.com>2014-06-21 14:23:35 -0700
commit1657cfd2d421087ccd5a229fdfe38175d315a6c0 (patch)
treefa386a36edca3dd53ba3f736c0b12e09a7a2bd4f /usr/local/www/system_advanced_admin.php
parent60a5f9de37aac2f2f54bb04590b7941c68c30e3b (diff)
downloadpfsense-1657cfd2d421087ccd5a229fdfe38175d315a6c0.zip
pfsense-1657cfd2d421087ccd5a229fdfe38175d315a6c0.tar.gz
oops, that wasn't supposed to be removed.
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 919ad4b..89a815c 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -356,6 +356,7 @@ function prot_change() {
<select name="ssl-certref" id="ssl-certref" class="formselect">
<?php
foreach($a_cert as $cert):
+ $selected = "";
if ($pconfig['ssl-certref'] == $cert['refid'])
$selected = "selected=\"selected\"";
?>
OpenPOWER on IntegriCloud