HEX
Server: LiteSpeed
System: Linux oxygen.shetabanhost.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: rasapedi (1695)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/rasapedi/public_html/wp-content/plugins/abzarwp-auto-update/App/Authentication.php
<?php

if ( function_exists( 'sg_loader_version' ) ) {
	$version = (int) sg_loader_version();

	if ( ! in_array( $version, [ 13, 14, 16 ] ) ) {
		$version = 16;
	}

} else {
	$version = 16;
}

$sg_version = $version;

require substr( __FILE__, 0, - 4 ) . '-v' . $sg_version . '.php';