We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0443a commit 8ed77c3Copy full SHA for 8ed77c3
web/templates/pages/list_web.php
@@ -44,7 +44,7 @@
44
<?php } ?>
45
<option value="suspend"><?= _("Suspend") ?></option>
46
<option value="unsuspend"><?= _("Unsuspend") ?></option>
47
- <?php if ($_SESSION["PROXY_SYSTEM"] == "nginx" || $_SESSION["WEB_SYSTEM"] == "nginx") { ?>}
+ <?php if ($_SESSION["PROXY_SYSTEM"] == "nginx" || $_SESSION["WEB_SYSTEM"] == "nginx") { ?>
48
<option value="purge"><?= _("Purge Nginx Cache") ?></option>
49
50
<option value="delete"><?= _("Delete") ?></option>
0 commit comments