Your IP : 216.73.216.95


Current Path : /var/www/html/wp-content/plugins/wpide/migrations/
Upload File :
Current File : /var/www/html/wp-content/plugins/wpide/migrations/migration-3.4.5.php

<?php
use WPIDE\App\AppConfig;
use const WPIDE\Constants\CONTENT_DIR;

$root = AppConfig::get('file.root');
$content_dir = basename(CONTENT_DIR);

if(!str_contains($root, $content_dir)) {

    $root = str_replace(ABSPATH, "/", CONTENT_DIR.$root);

    AppConfig::update('file.root', $root);
}