X7ROOT File Manager
Current Path:
/opt/imunify360/venv/lib/python3.11/site-packages/defence360agent/wordpress
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
wordpress
/
??
..
??
__init__.py
(1.23 KB)
??
__pycache__
??
changelog_processor.py
(12.14 KB)
??
cli.py
(10.51 KB)
??
constants.py
(346 B)
??
exception.py
(94 B)
??
incident_collector.py
(16.23 KB)
??
incident_parser.py
(4.03 KB)
??
incident_sender.py
(5.35 KB)
??
plugin.py
(66.39 KB)
??
proxy_auth.py
(5.07 KB)
??
site_repository.py
(17.26 KB)
??
telemetry.py
(541 B)
??
utils.py
(20.89 KB)
??
wp_rules.py
(3.44 KB)
Editing: constants.py
"""Constants for WordPress module.""" from pathlib import Path PLUGIN_PATH = Path("/usr/share/imunify360/wp-plugins/imunify-security.zip") PLUGIN_SLUG = "imunify-security" PLUGIN_VERSION_FILE = Path( "/usr/share/imunify360/wp-plugins/imunify-security.version" ) WP_CLI_WRAPPER_PATH = Path("/usr/share/imunify360/wp-plugins/wp-cli-wrapper")
Upload File
Create Folder