14 lines
254 B
PHP
Raw Normal View History

2020-08-14 13:36:36 +02:00
<?php
/**
* Sets up MinApp controller and serves files
*
2020-08-14 13:36:36 +02:00
* DO NOT EDIT! Configure this utility via config.php and groupsConfig.php
*
2020-08-14 13:36:36 +02:00
* @package Minify
*/
$app = (require __DIR__ . '/bootstrap.php');
/* @var \Minify\App $app */
$app->runServer();