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: 8.2.29
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/inc/class-page-firstbackup.php
<?php

class BackWPup_Page_First_Backup {

	/**
	 * Initialize the class and set its properties.
	 */
	public function __construct() {
	}

	/**
	 * Display the "First Backup" page content.
	 */
	public static function page() {
		include untrailingslashit( BackWPup::get_plugin_data( 'plugindir' ) ) . '/pages/first-progress.php';
	}

	/**
	 * Initializes an instance of the class.
	 *
	 * This method creates a new instance of the class and assigns it to the $instance variable.
	 *
	 * @return void
	 */
	public static function init() {
		$instance = new self();
	}
}