summaryrefslogtreecommitdiffstats
path: root/app/acf-util/welcome-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-4/+4
| | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment.
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-0/+10
Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't.