/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/Solo/View/Browser
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/Solo/View/Browser/Html.php (2364B)
container->application);
/** @var Browser $model */
$model = $this->getModel();
$this->folder = $model->getState('folder', '', 'string');
$this->folder_raw = $model->getState('folder_raw', '', 'string');
$this->parent = $model->getState('parent', '', 'string');
$this->exists = $model->getState('exists', 0, 'boolean');
$this->inRoot = $model->getState('inRoot', 0, 'boolean');
$this->openbasedirRestricted = $model->getState('openbasedirRestricted', 0, 'boolean');
$this->writable = $model->getState('writable', 0, 'boolean');
$this->subfolders = $model->getState('subfolders');
$this->breadcrumbs = $model->getState('breadcrumbs');
$doc = $this->container->application->getDocument();
$doc->lang('COM_AKEEBA_CONFIG_UI_ROOTDIR');
return true;
}
}