File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 103103 </ tr >
104104 < tr >
105105 < td >
106- < textarea size ="20 " class ="vst-textinput " name ="v_ssl_crt "> < ?=htmlentities(trim($v_ssl_crt, "'"))?> </ textarea >
106+ < textarea size ="20 " class ="vst-textinput " < ?php if ($v_letsencrypt == 'yes') echo 'disabled' ? > name="v_ssl_crt"> < ?=htmlentities(trim($v_ssl_crt, "'"))?> </ textarea >
107107 </ td >
108108 </ tr >
109109 < tr >
113113 </ tr >
114114 < tr >
115115 < td >
116- < textarea size ="20 " class ="vst-textinput " name ="v_ssl_key "> < ?=htmlentities(trim($v_ssl_key, "'"))?> </ textarea >
116+ < textarea size ="20 " class ="vst-textinput " < ?php if ($v_letsencrypt == 'yes') echo 'disabled' ? > name="v_ssl_key"> < ?=htmlentities(trim($v_ssl_key, "'"))?> </ textarea >
117117 </ td >
118118 </ tr >
119119 < tr >
123123 </ tr >
124124 < tr >
125125 < td >
126- < textarea size ="20 " class ="vst-textinput " name ="v_ssl_ca "> < ?=htmlentities(trim($v_ssl_ca, "'"))?> </ textarea >
126+ < textarea size ="20 " class ="vst-textinput " < ?php if ($v_letsencrypt == 'yes') echo 'disabled' ? > name="v_ssl_ca"> < ?=htmlentities(trim($v_ssl_ca, "'"))?> </ textarea >
127127 </ td >
128128 </ tr >
129129 < ?
You can’t perform that action at this time.
0 commit comments