File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8585 < textarea size ="20 " class ="vst-textinput " name ="v_aliases "> < ?=htmlentities(trim($v_aliases, "'"))?> </ textarea >
8686 </ td >
8787 </ tr >
88- < ?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
88+ < ?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?>
8989 < tr >
9090 < td class ="vst-text step-top ">
9191 < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_proxy " < ?php if (!empty($v_proxy)) echo "checked=yes" ?> onclick="javascript:elementHideShow('proxytable');"> < ?php print __('Proxy Support') . "< span class ='optional '> " . strtoupper($_SESSION['PROXY_SYSTEM']) . "</ span > ";?> </ label >
107107 </ table >
108108 </ td >
109109 </ tr >
110- < ?php echo ""; }?>
110+ < ?php }?>
111111 < tr >
112112 < td class ="vst-text step-top ">
113113 < label > < input type ="checkbox " size ="20 " class ="vst-checkbox " name ="v_ssl " < ?php if ($v_ssl == 'yes') echo "checked=yes" ?> onclick="javascript:elementHideShow('ssltable');"> < ?php print __('SSL Support');?> </ label >
You can’t perform that action at this time.
0 commit comments