文件操作 - start.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/kidsonlychiropract/public_html/wp-content/plugins/backwpup/parts/restore/start.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-5 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-5 text-alert animate-spin"> <?php BackWPupHelpers::component("icon", ["name" => "loading"]); ?> </span> <?php _e("Extracting Archive…", 'backwpup'); ?> </h2> <?php BackWPupHelpers::component("progress-bar", ["class" => "mt-2 h-11"]); ?> </div> <div class="p-4 bg-white rounded"> <h2 class="flex items-center gap-2 text-base text-grey-400 font-semibold"> <span class="w-5">3.</span> <?php _e("Restore", 'backwpup'); ?> </h2> </div> </div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件