🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 07:45:11 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
im360
/
subsys
/
panels
/
directadmin
📍 /opt/imunify360/venv/lib/python3.11/site-packages/im360/subsys/panels/directadmin
🔄 Refresh
✏️
Editing: remoteip.py
Read Only
from typing import Optional from im360.subsys.panels.base import RemoteIPInterface class RemoteIP(RemoteIPInterface): async def remoteip_install(self) -> Optional[str]: pass async def remoteip_activated(self) -> bool: return True
💾 Save Changes
❌ Cancel