Skip to content

Commit d73fd98

Browse files
authored
Merge pull request hestiacp#4306 from hestiacp/fix-syntax
Fix PHP syntax
2 parents 6e0443a + 8ed77c3 commit d73fd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/pages/list_web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<?php } ?>
4545
<option value="suspend"><?= _("Suspend") ?></option>
4646
<option value="unsuspend"><?= _("Unsuspend") ?></option>
47-
<?php if ($_SESSION["PROXY_SYSTEM"] == "nginx" || $_SESSION["WEB_SYSTEM"] == "nginx") { ?>}
47+
<?php if ($_SESSION["PROXY_SYSTEM"] == "nginx" || $_SESSION["WEB_SYSTEM"] == "nginx") { ?>
4848
<option value="purge"><?= _("Purge Nginx Cache") ?></option>
4949
<?php } ?>
5050
<option value="delete"><?= _("Delete") ?></option>

0 commit comments

Comments
 (0)