File ManagerCurrent Directory: wp-content/plugins/backwpup/components/alertsLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: error.php <?php use BackWPup\Utils\BackWPupHelpers; /** * @var string $content The error message to display. Default: "". * @var string $link URL to the page. Default: null. */ # Defaults $content = $content ?? ""; ?> <div class="flex md:items-center max-md:flex-col max-md:items-start gap-2"> <div class="size-6 flex items-center justify-center rounded-sm bg-danger-light text-danger">✕</div> <p class="text-base text-danger"><?php echo $content; ?></p> <?php if (isset($link) && !empty($link)) : ?> <?php BackWPupHelpers::component("navigation/link", [ "url" => $link, "newtab" => true, "font" => "small", "content" => __("More info.", 'backwpup'), "class" => "max-md:text-base", ]); ?> <?php endif; ?> </div> Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Direrror.phpFile772.00 B Rename | Delete | Editinfo.phpFile1.86 KB Rename | Delete | Editnotification.phpFile535.00 B Rename | Delete | Edit