File "migration-3.4.3.php"

Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/migrations/migration-3.4.3.php
File size: 367 bytes
MIME-type: text/x-php
Charset: utf-8

<?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');
}