PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/logokingdom.online/wp-content/plugins/wordfence/lib/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/logokingdom.online/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php

<?php

/**
 * Class WFLSPHP52Compatability
 * 
 * This class exists solely to contain syntax incompatible with PHP 5.2 into a single file.
 */
class WFLSPHP52Compatability {
	public static function install_plugin() {
		\WordfenceLS\Controller_WordfenceLS::shared()->_install_plugin();
	}
	
	public static function uninstall_plugin() {
		\WordfenceLS\Controller_WordfenceLS::shared()->_uninstall_plugin();
	}
	
	public static function import_2fa($import) {
		$imported = \WordfenceLS\Controller_Users::shared()->import_2fa($import);
		if ($imported && wfConfig::get('loginSec_requireAdminTwoFactor')) {
			\WordfenceLS\Controller_Settings::shared()->set(\WordfenceLS\Controller_Settings::OPTION_REQUIRE_2FA_ADMIN, true);
		}
		return $imported;
	}
	
	public static function secrets_table() {
		return \WordfenceLS\Controller_DB::shared()->secrets;
	}
}