You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% block title %}{% trans "Change CyberPanel Access Port - CyberPanel" %}{% endblock %}
4
+
{% block content %}
5
+
6
+
{% load static %}
7
+
{% get_current_language as LANGUAGE_CODE %}
8
+
<!-- Current language: {{ LANGUAGE_CODE }} -->
9
+
10
+
11
+
<divclass="container">
12
+
<divid="page-title">
13
+
<h2>{% trans "CyberPanel Port" %}</h2>
14
+
<p>{% trans "On this page you can change CyberPanel port. Once port is change you will not be able to access this page, kindly open CyberPanel via new port." %}</p>
0 commit comments