summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin/acf
diff options
context:
space:
mode:
Diffstat (limited to 'www/cgi-bin/acf')
-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 ef4ac56..9fbd7b2 100755
--- a/www/cgi-bin/acf
+++ b/www/cgi-bin/acf
@@ -1,5 +1,5 @@
#!/usr/bin/haserl-lua5.2 --shell=lua --upload-limit=256
-<%
+<%
mvc = require("acf.mvc")
-- create a new container
@@ -7,7 +7,7 @@ FRAMEWORK=mvc:new()
-- set the configuration parameters
-- This loads the container with the config info
--- but does not load the application worker/model
+-- but does not load the application worker/model
FRAMEWORK:read_config("acf")
-- Create an application container -