X7ROOT File Manager
Current Path:
/opt/alt/alt-php-config
opt
/
alt
/
alt-php-config
/
ðŸ“
..
ðŸ“
__pycache__
📄
alt-php-panel-configuration.py
(7.55 KB)
📄
alt-php.cfg
(292 B)
📄
detectcp.py
(699 B)
📄
install_odbc
(526 B)
📄
multiphp_reconfigure.py
(7.71 KB)
Editing: detectcp.py
#!/usr/libexec/platform-python # -*- mode:python; coding:utf-8; -*- import os def getCPName(): # cPanel if os.path.isfile('/usr/local/cpanel/cpanel'): return "cPanel" # DirectAdmin if os.path.isfile('/usr/local/directadmin/directadmin') or \ os.path.isfile('/usr/local/directadmin/custombuild/build'): return "DirectAdmin" # InterWorx if os.path.isfile('/usr/local/interworx/iworx.ini'): return "InterWorx" # ISPManager if os.path.isfile('/usr/local/ispmgr/bin/ispmgr'): return "ISPManager" # Plesk if os.path.isfile('/usr/local/psa/version'): return "Plesk" # Unknown panel / No panel return "Unknown"
Upload File
Create Folder