PluginProbe
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript / trunk
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript vtrunk
trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.4 1.5 1.5.1 1.6 2.0 2.0.1
wp-super-minify / includes / min / index.php

index.php in WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript trunk, at includes/min/index.php

14 lines 254 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Sets up MinApp controller and serves files
4 *
5 * DO NOT EDIT! Configure this utility via config.php and groupsConfig.php
6 *
7 * @package Minify
8 */
9
10 $app = (require __DIR__ . '/bootstrap.php');
11 /* @var \Minify\App $app */
12
13 $app->runServer();
14