first commit
This commit is contained in:
13
wp-content/plugins/wp-optimize/vendor/mrclay/minify/index.php
vendored
Normal file
13
wp-content/plugins/wp-optimize/vendor/mrclay/minify/index.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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();
|
||||
Reference in New Issue
Block a user