File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 106106 </ select >
107107 </ td >
108108 </ tr >
109- < ?php if (!empty($_SESSION['WEB_BACKEND'])) { echo ""; ?>
109+ < ?php if (!empty($_SESSION['WEB_BACKEND'])) { ?>
110110 < tr >
111111 < td class ="vst-text input-label ">
112112 < ?php print __('Backend Template') . " < span class ='optional '> " . strtoupper($_SESSION['WEB_BACKEND']) . "</ span > ";?>
131131 </ select >
132132 </ td >
133133 </ tr >
134- < ?php echo ""; }?>
135- < ?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
134+ < ?php }?>
135+ < ?php if (!empty($_SESSION['PROXY_SYSTEM'])) { ?>
136136 < tr >
137137 < td class ="vst-text step-top ">
138138 < 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 >
178178 </ table >
179179 </ td >
180180 </ tr >
181- < ?php echo ""; } ?>
181+ < ?php } ?>
182182 < tr >
183183 < td class ="vst-text step-top ">
184184 < 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