summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/index.php
blob: 9c984382c95b8a7f6ef09ae10bcd5061ee6c1146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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();