HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/parts/restore/complete.php
<?php
use BackWPup\Utils\BackWPupHelpers;
BackWPupHelpers::component("heading", [
  "level" => 1,
  "title" => __("Restore backup from:", 'backwpup') . " " . "March 11, 2024 11:03",
]);
?>

<div class="mt-6 flex flex-col gap-2">
  <div class="p-4 bg-white rounded">
    <h2 class="flex items-center gap-2 text-base font-semibold">
      <span class="w-4 text-secondary-base">
        <?php BackWPupHelpers::component("icon", ["name" => "check"]); ?>
      </span>
      <?php _e("Archive downloaded", 'backwpup'); ?>
    </h2>
  </div>

  <div class="p-4 bg-white rounded">
    <h2 class="flex items-center gap-2 text-base font-semibold">
      <span class="w-4 text-secondary-base">
        <?php BackWPupHelpers::component("icon", ["name" => "check"]); ?>
      </span>
      <?php _e("Archive extracted…", 'backwpup'); ?>
    </h2>
  </div>

  <div class="p-4 bg-white rounded">
    <h2 class="flex items-center gap-2 text-base font-semibold">
      <span class="w-4 text-secondary-base">
        <?php BackWPupHelpers::component("icon", ["name" => "check"]); ?>
      </span>
      <?php _e("Backup restored", 'backwpup'); ?>
    </h2>
  </div>

  <?php BackWPupHelpers::component("containers/white-box", [
    "padding_size" => "large",
    "children" => "restore/info-congratulations",
  ]); ?>

  <?php BackWPupHelpers::component("containers/green-box", [
    "children" => "restore/rate-us",
  ]); ?>

</div>