/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/Solo/Cli
NameSizeModeActions
AbstractCliApplication.php78520644editdlrm
AltBackupCli.php128840644editdlrm
AltCheckFailedCli.php95030644editdlrm
BackupCli.php106680644editdlrm
CheckFailedCli.php20010644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/Solo/Cli/CheckFailedCli.php (2001B)
getContainer()->input->get('debug', -1, 'int') != -1) { if (!defined('AKEEBADEBUG')) { define('AKEEBADEBUG', 1); } $debugmessage = "*** DEBUG MODE ENABLED ***\n"; } $version = AKEEBABACKUP_VERSION; $date = AKEEBABACKUP_DATE; $start_backup = time(); $phpversion = PHP_VERSION; $phpenvironment = PHP_SAPI; if ($this->getContainer()->input->get('quiet', -1, 'int') == -1) { $softwareName = defined('ABSPATH') ? 'Akeeba Backup' : 'Akeeba Solo'; $year = gmdate('Y'); echo <<container->mvcFactory->makeModel('Main'); $result = $cpanelModel->notifyFailed(); echo implode("\n", $result['message']); $this->close(); } }