Skip to content

Commit 4380adb

Browse files
committed
bug fix: imunif360 access url
1 parent 68a7c8c commit 4380adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firewall/templates/firewall/imunify.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3 class="title-hero">
2727

2828
<p>{% trans "Imunify is now integrated via their new API. You can manage Imunify by clicking below. You can use your server root credentials to access Imunify." %}</p>
2929
<br>
30-
<a target="_blank" href="http://{{ ipAddress }}:8090/imunify">
30+
<a target="_blank" href="http://{{ ipAddress }}/imunify">
3131
<button class="btn btn-primary">Access Now
3232
</button>
3333
</a>

0 commit comments

Comments
 (0)