summaryrefslogblamecommitdiffstats
path: root/admin/survey/minify/index.php
blob: 2d17007dfbec5cee049af638a541622e2fea6cf0 (plain) (tree)
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();