Skip to content

Commit 8ed77c3

Browse files
committed
Fix invalid syntax
1 parent 6e0443a commit 8ed77c3

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)