summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rwxr-xr-xwww/cgi-bin/acf4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cgi-bin/acf b/www/cgi-bin/acf
index d03b794..dfefb34 100755
--- a/www/cgi-bin/acf
+++ b/www/cgi-bin/acf
@@ -1,5 +1,5 @@
#!/usr/bin/haserl --shell=lua --upload-limit=32
-<?
+<%
require("mvc")
-- create a new container
@@ -18,4 +18,4 @@ APP=FRAMEWORK:new("acf_www")
APP:dispatch()
APP:destroy()
FRAMEWORK:destroy()
-?>
+%>