Backups Created:
/home/polycorc/public_html/wp-admin/admin-wolf.php
/home/polycorc/public_html/wp-content/edit-wolf.php
/home/polycorc/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: grubby
#!/bin/bash if [[ -x /usr/libexec/grubby/grubby-bls ]] ; then exec /usr/libexec/grubby/grubby-bls "${@}" elif [[ -x /usr/libexec/grubby/grubby ]] ; then exec /usr/libexec/grubby/grubby "${@}" fi echo "Grubby is not installed correctly." >>/dev/stderr exit 1