File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 231231 </ tr >
232232 < tr >
233233 < td class ="add-text " style ="padding: 10px 0 0 0; ">
234- SSL Key
234+ SSL Certificate
235235 </ td >
236236 </ tr >
237237 < tr >
238238 < td >
239- < textarea size ="20 " class ="add-textinput " name ="v_ssl_key "> < ?php if (!empty($v_ssl_key )) echo $v_ssl_key ; ?> </ textarea >
239+ < textarea size ="20 " class ="add-textinput " name ="v_ssl_crt "> < ?php if (!empty($v_ssl_crt )) echo $v_ssl_crt ; ?> </ textarea >
240240 </ td >
241241 </ tr >
242242 < tr >
243243 < td class ="add-text " style ="padding: 10px 0 0 0; ">
244- SSL Certificate
244+ SSL Key
245245 </ td >
246246 </ tr >
247247 < tr >
248248 < td >
249- < textarea size ="20 " class ="add-textinput " name ="v_ssl_crt "> < ?php if (!empty($v_ssl_crt )) echo $v_ssl_crt ; ?> </ textarea >
249+ < textarea size ="20 " class ="add-textinput " name ="v_ssl_key "> < ?php if (!empty($v_ssl_key )) echo $v_ssl_key ; ?> </ textarea >
250250 </ td >
251251 </ tr >
252252 < tr >
Original file line number Diff line number Diff line change 221221 </ tr >
222222 < tr >
223223 < td class ="add-text " style ="padding: 10px 0 0 0; ">
224- SSL Key
224+ SSL Certificate
225225 </ td >
226226 </ tr >
227227 < tr >
228228 < td >
229- < textarea size ="20 " class ="add-textinput " name ="v_ssl_key "> < ?php if (!empty($v_ssl_key )) echo $v_ssl_key ; ?> </ textarea >
229+ < textarea size ="20 " class ="add-textinput " name ="v_ssl_crt "> < ?php if (!empty($v_ssl_crt )) echo $v_ssl_crt ; ?> </ textarea >
230230 </ td >
231231 </ tr >
232232 < tr >
233233 < td class ="add-text " style ="padding: 10px 0 0 0; ">
234- SSL Certificate
234+ SSL Key
235235 </ td >
236236 </ tr >
237237 < tr >
238238 < td >
239- < textarea size ="20 " class ="add-textinput " name ="v_ssl_crt "> < ?php if (!empty($v_ssl_crt )) echo $v_ssl_crt ; ?> </ textarea >
239+ < textarea size ="20 " class ="add-textinput " name ="v_ssl_key "> < ?php if (!empty($v_ssl_key )) echo $v_ssl_key ; ?> </ textarea >
240240 </ td >
241241 </ tr >
242242 < tr >
You can’t perform that action at this time.
0 commit comments