usr
/
local
/
src
/
csf
/
cyberpanel
/
configservercsf
/
templates
/
configservercsf
➕ New
📤 Upload
✎ Editing:
index.html
← Back
{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}ConfigServer Security and Firewall{% endblock %} {% block content %} {% load static %} <iframe border="0" name='myiframe' id='myiframe' src="/configservercsf/iframe/" style="width: 100%;" frameborder="0" onload="resizeIframe(this);"></iframe> <script> function resizeIframe(obj) { obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px'; window.scrollTo(0,0); } window.parent.parent.scrollTo(0,0); </script> {% endblock %}
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel