File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 149149</ div >
150150
151151< script >
152- GLOBAL . DNS_REC_PREFIX = < ? php json_encode ( $_GET [ 'domain' ] ) ?> ;
152+ GLOBAL . DNS_REC_PREFIX = "<?=htmlentities ($_GET['domain']); ?>" ;
153153</ script >
Original file line number Diff line number Diff line change 549549 </ div >
550550
551551 < script >
552- GLOBAL . FTP_USER_PREFIX = < ? php json_encode ( $user . '_' ) ? > ;
553- GLOBAL . FTP_USER_PREPATH = < ?= json_encode ( $v_ftp_user_prepath ) ? > ;
552+ GLOBAL . FTP_USER_PREFIX = "<?=htmlentities ($user.'_');?>" ;
553+ GLOBAL . FTP_USER_PREPATH = " <?=htmlentities ($v_ftp_user_prepath);?>" ;
554554 </ script >
Original file line number Diff line number Diff line change 154154 </ form >
155155</ div >
156156< script >
157- GLOBAL . DNS_REC_PREFIX = < ? php json_encode ( $_GET [ 'domain' ] ) ?> ;
157+ GLOBAL . DNS_REC_PREFIX = "<?=htmlentities ($_GET['domain']); ?>" ;
158158</ script >
You can’t perform that action at this time.
0 commit comments