public static function execute( $params ) {

		// Set progress
		Ai1wm_Status::confirm( __(
			'The import process will overwrite your database, media, plugins, and themes. ' .
			'Please ensure that you have a backup of your data before proceeding to the next step.',
			AI1WM_PLUGIN_NAME
		) );

		exit;
	}