oont-contents/plugins/wp-optimize/vendor/mrclay/minify/example.index.php
2025-02-10 13:57:45 +01:00

11 lines
226 B
PHP

<?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();