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/pages/restore.php
<?php
  use BackWPup\Utils\BackWPupHelpers;
?>
<div class="max-w-[800px] flex flex-col gap-4 backwpup-typography">

  <?php BackWPupHelpers::component("app/header", []); ?>

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

  <?php
  BackWPupHelpers::component("alerts/info", [
    "type" => "alert",
    "font" => "medium",
    "content" => __("Please do not leave this screen while restoration is in progress. Exiting prematurely could cause an error and potentially break your site.", 'backwpup'),
    "content2" => __("Stay on this page until the process is complete.", 'backwpup'),
  ]);
  ?>
</div>

<?php
BackWPupHelpers::component("containers/sidebar");
BackWPupHelpers::component("containers/modal");
?>