Fixed
ModSec and HTTP Auth were not working together.
- Adjusted Script Config generator to ensure that the ACL is loading in when modsec is active.
Fixed
Local Backups using wp-cli could hang on sites with issues running wp-cli, causing resource issues as processes built up.
- Removed wp-cli entirely from local backup scripts.
- Replaced wp db export
with mysqldump
directly for database exporting.
- Replaced wp core is-installed
with parse of core WordPress and database check.