D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-content
/
plugins
/
wp-optimize
/
vendor
/
mrclay
/
minify
/
Filename :
example.index.php
back
Copy
<?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();