enginesPerProfile) ? $this->enginesPerProfile[$record['profile_id']] : 'none'; $showUploadRemote = $this->permissions['backup'] && $archiveExists && !$showManageRemote && ($engineForProfile != 'none') && ($record['meta'] != 'obsolete') && (AKEEBABACKUP_PRO == 1); $showDownload = $this->permissions['download'] && $archiveExists; $showViewLog = $this->permissions['backup'] && isset($record['backupid']) && !empty($record['backupid']); $postProcEngine = ''; $thisPart = ''; $thisID = urlencode($record['id']); if ($showUploadRemote) { $postProcEngine = $engineForProfile ?: 'none'; $showUploadRemote = !empty($postProcEngine); } $relativePath = Utils::getRelativePath(JPATH_SITE, dirname($record['absolute_path'])); if (substr($relativePath, 0, 2) === './') { $relativePath = substr($relativePath, 2); } ?>