HEX
Server: Apache
System: Linux 3b2f6704f3ac 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
User: (2182)
PHP: 7.4.33
Disabled: proc_open, passthru, escapeshellcmd, exec, shell_exec, system, ini_alter, dl, popen, php_check_syntax, show_source, highlight_file, symlink, link, openlog, apache_child_terminate
Upload Files
File: /home/defaultwebsite/public/wp-content/plugins/reviews-feed/sb-reviews.php
<?php
/*
Plugin Name: Reviews Feed
Plugin URI: https://smashballoon.com/reviews-feed
Description: Reviews Feeds allows you to display completely customizable Reviews feeds from many different providers.
Version: 1.2.0
Author: Smash Balloon
Author URI: https://smashballoon.com/
Text Domain: reviews-feed
Domain Path: /languages
*/

/*
Copyright 2024  Smash Balloon LLC (email : hey@smashballoon.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/
if (!defined('SBRVER')) {
	define('SBRVER', '1.2.0');
}

if (!defined('SBR_PLUGIN_DIR')) {
    define('SBR_PLUGIN_DIR', plugin_dir_path(__FILE__));
}

if (!defined('SBR_LITE')) {
    define('SBR_LITE', true);
}

if (!defined('SBR_PLUGIN_BASENAME')) {
	define('SBR_PLUGIN_BASENAME', plugin_basename(__FILE__));
}

require_once trailingslashit(SBR_PLUGIN_DIR) . 'bootstrap.php';