Skip to content

Commit c085b4f

Browse files
jaapmarcusScIT-Raphael
authored andcommitted
Force SSL Always selected on default
1 parent ed0965b commit c085b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
$v_ftp_email = $panel[$user]['CONTACT'];
398398
$v_custom_doc_root_prepath = '/home/'.$user.'/web/';
399399

400-
if( $_POST['v_ssl_forcessl'] == 'yes' ){
400+
if( $_POST['v_ssl_forcessl'] != 'no' ){
401401
$v_ssl_forcessl = 'yes';
402402
}else{
403403
$v_ssl_forcessl = 'no';

0 commit comments

Comments
 (0)