HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-8gb-hel1-1 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /var/www/agighana.org_backup/class-fs-scope-entity.php
<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.4
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Scope_Entity extends FS_Entity {
		/**
		 * @var string
		 */
		public $public_key;
		/**
		 * @var string
		 */
		public $secret_key;

		/**
		 * @param bool|stdClass $scope_entity
		 */
		function __construct( $scope_entity = false ) {
			parent::__construct( $scope_entity );
		}
	}