summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/example.index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/example.index.php')
-rw-r--r--admin/survey/minify/example.index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/survey/minify/example.index.php b/admin/survey/minify/example.index.php
new file mode 100644
index 0000000..29de18b
--- /dev/null
+++ b/admin/survey/minify/example.index.php
@@ -0,0 +1,11 @@
+<?php
+// template file for creating your own Minify endpoint
+
+// remove this
+die('disabled');
+
+// adjust this path as necessary
+require __DIR__ . '/../vendor/autoload.php';
+
+$app = new \Minify\App(__DIR__);
+$app->runServer();