Files
tysweld.com/wp-content/plugins/wp-optimize-premium/vendor/mrclay/minify/index.php
2025-02-24 22:33:42 +01:00

14 lines
254 B
PHP

<?php
/**
* Sets up MinApp controller and serves files
*
* DO NOT EDIT! Configure this utility via config.php and groupsConfig.php
*
* @package Minify
*/
$app = (require __DIR__ . '/bootstrap.php');
/* @var \Minify\App $app */
$app->runServer();