HEX
Server: Apache/2.4.59 (Debian)
System: Linux befbaa421a4c 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: www-data (33)
PHP: 8.2.19
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/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__ ) ) ) );
}