<?php /** * 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. */ ?> <?php use WPIDE\App\AppConfig; $editable = AppConfig::get('file.editable'); if(!empty($editable)) { AppConfig::update('editor.editable', $editable); AppConfig::delete('file.editable'); }