summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/index.php')
-rw-r--r--admin/survey/minify/index.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/survey/minify/index.php b/admin/survey/minify/index.php
new file mode 100644
index 0000000..2d17007
--- /dev/null
+++ b/admin/survey/minify/index.php
@@ -0,0 +1,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();