File "index.php"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/mrclay/minify/index.php
File size: 254 bytes
MIME-type: text/x-php
Charset: utf-8
<?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();