Skip to content

Commit aa9ed7e

Browse files
authored
Merge pull request hestiacp#1113 from madeITBelgium-patch-1, Delete empty echo "";
Delete empty echo "";
2 parents 422e60f + f69d7ad commit aa9ed7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/templates/admin/edit_web.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
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>";?>
@@ -131,8 +131,8 @@
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>
@@ -178,7 +178,7 @@
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>

0 commit comments

Comments
 (0)