diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-02-23 15:27:32 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-02-23 15:27:32 +0000 |
commit | 94e98d227ef5e21485bafd859b23d5d709ba79a8 (patch) | |
tree | f783f44685aaa33c0c127b992f74aad965deefad /lib/README | |
parent | efdd93c695574329b3d98455a0a88320a1c79d5b (diff) | |
download | acf-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/README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |