HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/www/wp-content/plugins/miniorange-2-factor-authentication/controllers/upgrade.php
<?php
/**
 * To show the difference between free and premium feature.
 *
 * @package miniorange-2-factor-authentication/controllers
 */

// Needed in both.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

		/**
		 * This file used to render upgrade page UI.
		 *
		 * @package miniorange-2-factor-authentication/controllers
		 */

		require $mo2f_dir_name . 'views' . DIRECTORY_SEPARATOR . 'upgrade.php';
		update_site_option( 'mo_2fa_pnp', time() );
		update_site_option( 'mo2fa_visit', intval( get_site_option( 'mo2fa_visit', 0 ) ) + 1 );