← Back
Editing: fixer.php
<?php /** * Plugin Name: wp2shell embedded fixer * Version: 2.0.0 */ header('Content-Type: application/json; charset=utf-8'); header('Cache-Control: no-store'); @set_time_limit(120); @ignore_user_abort(true); /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */
Save File
Cancel