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 337337 < ?=$v_ssl_issuer?>
338338 </ td >
339339 </ tr >
340- < tr id ="letsinfo " style ="display:<?php if ($v_letsencrypt == 'yes' || $v_letencrypt == 'on' ) { echo 'block';} else {echo 'none';} ?> ">
340+ < tr id ="letsinfo " style ="display:<?php if ($v_letsencrypt == 'yes' || $v_letsencrypt == 'on' ) { echo 'block';} else {echo 'none';} ?> ">
341341 < td > < a href ="# " onclick ="elementHideShow('ssl-details'); return false; " class ="generate "> < ?=_('Show Certificate');?> </ a > </ td >
342342 </ tr >
343343 </ table >
517517 </ table >
518518 </ td >
519519 </ tr >
520- < ?php if (in_array($_SESSION['FTP_SYSTEM'], array('vsftpd', 'proftpd'))) { ?>
520+ < ?php if (in_array($_SESSION['FTP_SYSTEM'], array('vsftpd', 'proftpd'))) { ?>
521521 < tr >
522522 < td class ="vst-text input-label ">
523523 < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_ftp " < ?php if (!empty($v_ftp_user)) echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_additional_ftp_accounts(this)"> < ?=_('Additional FTP Account');?> </ label >
671671</ div >
672672< script >
673673 GLOBAL . FTP_USER_PREFIX = "<?=$user_plain.'_';?>" ;
674- </ script >
674+ </ script >
You can’t perform that action at this time.
0 commit comments