??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: HTMLPurifier.autoload-legacy.php
<?php /** * @file * Legacy autoloader for systems lacking spl_autoload_register * */ spl_autoload_register(function($class) { return HTMLPurifier_Bootstrap::autoload($class); }); // vim: et sw=4 sts=4