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