summaryrefslogtreecommitdiff
path: root/src/www/gfmorpho/gfmorpho.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/gfmorpho/gfmorpho.cgi')
-rw-r--r--src/www/gfmorpho/gfmorpho.cgi7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/www/gfmorpho/gfmorpho.cgi b/src/www/gfmorpho/gfmorpho.cgi
new file mode 100644
index 000000000..c08a9450c
--- /dev/null
+++ b/src/www/gfmorpho/gfmorpho.cgi
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+echo "Content-type: text/html";
+echo ""
+export LANG=en_US.UTF-8
+runghc GFMorpho "$QUERY_STRING"
+