summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-01-21 15:14:00 +0000
committerTed Trask <ttrask01@yahoo.com>2012-01-21 15:14:00 +0000
commitcd186cf6d5b7b775001f919797e7c621661ea2fa (patch)
treebf6f14bc15aebfd3d20c733079e8954daf253777 /www
parent8cbd5764dc499274a0fd2f97717dfa1de121788a (diff)
downloadacf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.bz2
acf-core-cd186cf6d5b7b775001f919797e7c621661ea2fa.tar.xz
Modified require statements for acf.x
Diffstat (limited to 'www')
-rw-r--r--www/cgi-bin/mvc.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/cgi-bin/mvc.lua b/www/cgi-bin/mvc.lua
index e34f857..ac784e5 100644
--- a/www/cgi-bin/mvc.lua
+++ b/www/cgi-bin/mvc.lua
@@ -1,7 +1,4 @@
-
--- require("acf.fs")
-local fs = require("fs")
-
+fs = require("acf.fs")
fs.write_line_file("/var/log/acf.log", "WARNING: old mvc.lua was used")
mvc = require("acf.mvc")