/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/Solo/View/Migreight
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/helpers/Solo/View/Migreight/Html.php (919B)
setTemplatePath(realpath(__DIR__ . '/../../ViewTemplates/Migreight'));
}
protected function onBeforeMain(): bool
{
$this->container->application->getDocument()->getToolbar()->setTitle(Text::_('COM_AKEEBA_MIGREIGHT_TITLE'));
/** @var Migreight $model */
$model = $this->getModel();
$this->affectedProfiles = $model->getAffectedProfiles();
$this->migratedFolders = $model->getArchiveFolderMap();
return true;
}
}