File "example.index.php"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/mrclay/minify/example.index.php
File size: 226 bytes
MIME-type: text/x-php
Charset: utf-8

 
Open Back
<?php
// template file for creating your own Minify endpoint

// remove this
die('disabled');

// adjust this path as necessary
require __DIR__ . '/../vendor/autoload.php';

$app = new \Minify\App(__DIR__);
$app->runServer();