<?php
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );

define( 'WP_ROCKET_ADVANCED_CACHE', true );
$rocket_cache_path = '/home/andisapri/public_html/wp-content/cache/wp-rocket/';
$rocket_config_path = '/home/andisapri/public_html/wp-content/wp-rocket-config/';

if ( file_exists( '/home/andisapri/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php' ) && ! class_exists( 'Rocket_Mobile_Detect' ) ) {
	include_once '/home/andisapri/public_html/wp-content/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php';
}
if ( file_exists( '/home/andisapri/public_html/wp-content/plugins/wp-rocket/inc/front/process.php' ) ) {
	include '/home/andisapri/public_html/wp-content/plugins/wp-rocket/inc/front/process.php';
} else {
	define( 'WP_ROCKET_ADVANCED_CACHE_PROBLEM', true );
}