HEX
Server: nginx
System: Linux pool64-304-45.dca.atomicsites.net 5.10.0-31-amd64 #1 SMP Debian 5.10.221-1 (2024-07-14) x86_64
User: (0)
PHP: 8.4.18
Disabled: pcntl_fork
Upload Files
File: /wordpress/mu-plugins/edge-cache.php
<?php
/*
 * Plugin name: Edge Cache
 * Description: Automatically clears the edge cache when necessary
 * Author: Automattic
 * Author URI: http://automattic.com/
 * Version: 1.2
 * */
if ( ! class_exists( 'Edge_Cache_Plugin' ) ) {
	require dirname( __FILE__ ) . '/edge-cache/edge-cache.php';
}