HEX
Server: Apache
System: Linux d5123.usc1.stableserver.net 5.14.0-570.17.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Sat May 24 12:53:17 EDT 2025 x86_64
User: d5123 (1001)
PHP: 8.4.21
Disabled: NONE
Upload Files
File: /home/d5123/myboofola_com/wp-content/plugins/unusedcss/constants.php
<?php

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

if ( ! defined( 'RAPIDLOAD_PLUGIN_DIR' ) ) {
    define( 'RAPIDLOAD_PLUGIN_DIR', __DIR__ );
}

if ( ! defined( 'RAPIDLOAD_SETTINGS_DIR' ) ) {
    define( 'RAPIDLOAD_SETTINGS_DIR', WP_CONTENT_DIR . '/settings/rapidload' );
}

if ( ! defined( 'RAPIDLOAD_CACHE_DIR' ) ) {
    define( 'RAPIDLOAD_CACHE_DIR', WP_CONTENT_DIR . '/cache/rapidload-cache' );
}

if ( ! defined( 'RAPIDLOAD_CONSTANT_FILE' ) ) {
    define( 'RAPIDLOAD_CONSTANT_FILE', __DIR__ . '/constants.php' );
}

if ( ! defined( 'RAPIDLOAD_INDEX_FILE' ) ) {
    define( 'RAPIDLOAD_INDEX_FILE', ABSPATH . 'index.php' );
}

if ( ! defined( 'RAPIDLOAD_VERSION' ) ) {
	define( 'RAPIDLOAD_VERSION', '3.1.19' );
}

if ( ! defined( 'RAPIDLOAD_CACHE_CHILD_DIR' ) ) {
    define( 'RAPIDLOAD_CACHE_CHILD_DIR', '/cache/rapidload/' );
}