summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-23 15:27:32 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-23 15:27:32 +0000
commit94e98d227ef5e21485bafd859b23d5d709ba79a8 (patch)
treef783f44685aaa33c0c127b992f74aad965deefad /lib/README
parentefdd93c695574329b3d98455a0a88320a1c79d5b (diff)
downloadacf-core-94e98d227ef5e21485bafd859b23d5d709ba79a8.tar.bz2
acf-core-94e98d227ef5e21485bafd859b23d5d709ba79a8.tar.xz
Removed controllerfunction.lua and moved handle_form and handle_clientdata into mvc.lua
mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index 0931934..be6f1dc 100644
--- a/lib/README
+++ b/lib/README
@@ -7,7 +7,6 @@ Also we use Lua Posix for the rest of the functionality.
apk.lua - Helps with package version/install/remove
authenticator-plaintext.lua - sub-authenticator for plaintext files
authenticator.lua - Used for authentication and roles, generic and uses sub-authenticator
-controllerfunctions.lua - Common controller functions
date.lua - Date and Time functions
format.lua - Library to help reformat strings and tables.
fs.lua - File and filesystem library