summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-04 15:55:56 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-04 15:55:56 +0000
commita0c9b5cb07e4b691874e858527e36cb8c83c56d0 (patch)
treef198cd9f9ced2e66998aa1db6cbe1c265f03862b /www/cgi-bin
parentdf0d2e0e18549e8fe348d08769c929340d75131e (diff)
downloadacf-core-a0c9b5cb07e4b691874e858527e36cb8c83c56d0.tar.bz2
acf-core-a0c9b5cb07e4b691874e858527e36cb8c83c56d0.tar.xz
Remove trailing whitespace
Diffstat (limited to 'www/cgi-bin')
-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 -