/opt/cloudlinux/venv/lib/python3.11/site-packages/clcommon/cpapi
NameSizeModeActions
cache/-0755rm
GeneralPanel/-0755rm
plugins/-0755rm
__pycache__/-0755rm
apilink.py350644editdlrm
clcpapi.py54090644editdlrm
const.py5110644editdlrm
cpapicustombin.py21740644editdlrm
cpapiexceptions.py17900644editdlrm
cpapirebuildcache4710644editdlrm
panel_hooks_lib.py12540644editdlrm
pluginlib.py109420644editdlrm
utils.py10540644editdlrm
__init__.py152080644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/clcommon/cpapi/cpapirebuildcache (471B)
#!/opt/cloudlinux/venv/bin/python3 -bb # -*- coding: utf-8 -*- # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2018 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT """ Check with custom plug-ins directory, and try to use these plugins. Detection control panel and record the panel name to file /var/cache/controlpanelname """ from clcommon.cpapi import pluginlib pluginlib.rebuild_cache()