HEX
Server: Apache
System: Linux p3plzcpnl504902.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: nhqyemt2u0zd (3690907)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/nhqyemt2u0zd/www/wp-content/plugins/vibes/perfopsone/init.php
<?php
/**
 * Initialization of PerfOps One globals.
 *
 * @package PerfOpsOne
 * @author  Pierre Lannoy <https://pierre.lannoy.fr/>.
 * @since   1.0.0
 */

require_once __DIR__ . '/functions.php';
require_once __DIR__ . '/autoload.php';

if ( ! defined( 'PERFOO_INITIALIZED' ) ) {
	define( 'PERFOO_PRODUCT_NAME', 'PerfOps One' );
	define( 'PERFOO_PRODUCT_URL', 'https://perfops.one' );
	define( 'PERFOO_PRODUCT_SHORTNAME', 'PerfOps One' );
	define( 'PERFOO_INITIALIZED', true );
	define( 'PERFOO_ASSETS_ID', 'poo-assets' );
	define( 'PERFOO_ASSETS_CSS', plugins_url( 'perfopsone/assets/perfopsone.min.css', plugin_basename( dirname( __FILE__ ) ) ) );
}