HEX
Server: Apache/2
System: Linux vps32496.sdns.vn 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: khuondaotc (1075)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/khuondaotc/public_html/wp-content/plugins/button-contact-vr/EnvVars.php
<?php
/*
 * SOFTWARE LICENSE INFORMATION
 *
 * Copyright (c) 2017 Buttonizer, all rights reserved.
 *
 * This file is part of Buttonizer
 *
 * For detailed information regarding to the licensing of
 * this software, please review the license.txt or visit:
 * https://buttonizer.pro/license/
 */

define('BZ_CONTACT_BUTTON_NAME', 'bz_contact_button');
define('BZ_CONTACT_BUTTON_DIR', dirname(__FILE__));
define('BZ_CONTACT_BUTTON_APP_DIR', __DIR__ . "/app");
define('BZ_CONTACT_BUTTON_SLUG', basename(BZ_CONTACT_BUTTON_DIR));
define('BZ_CONTACT_BUTTON_PLUGIN_DIR', __FILE__);
define("BZ_CONTACT_BUTTON_BASE_NAME", plugin_basename(BZ_CONTACT_BUTTON_PLUGIN_FILE));
define('BZ_CONTACT_BUTTON_LAST_MIGRATION', 7);
define('BZ_CONTACT_BUTTON_LAST_TOUR_UPDATE', 250);
define('BZ_CONTACT_BUTTON_LAST_CHANGELOG_UPDATE', 260);

if (!defined("BZ_CONTACT_BUTTON_API_URI")) {
    define("BZ_CONTACT_BUTTON_API_URI", "https://api.buttonizer.io");
}

// DEBUG ONLY
if (defined("BZ_CONTACT_BUTTON_DEBUG") && BZ_CONTACT_BUTTON_DEBUG) {
    ini_set('display_errors', 1);
    ini_set('display_startup_errors', 1);
    error_reporting(E_ERROR);
}

# No script kiddies
defined('ABSPATH') or die('No script kiddies please!');