diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-21 16:46:20 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-21 16:46:20 +0000 |
commit | 4ebeb9d3bc2f123f93338bcc8b15ef1723d4eb35 (patch) | |
tree | c6eeb6038a2dfb3b6dbbae2dbd96852e9653755c /app/acf_cli-controller.lua | |
parent | b5b8c138deb5d4b4216c9186e3d528792edc70b2 (diff) | |
download | acf-core-4ebeb9d3bc2f123f93338bcc8b15ef1723d4eb35.tar.bz2 acf-core-4ebeb9d3bc2f123f93338bcc8b15ef1723d4eb35.tar.xz |
Modified permissions from controller:action to prefix/controller/action.
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.
Diffstat (limited to 'app/acf_cli-controller.lua')
-rw-r--r-- | app/acf_cli-controller.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/acf_cli-controller.lua b/app/acf_cli-controller.lua index e3f160d..d2b57e2 100644 --- a/app/acf_cli-controller.lua +++ b/app/acf_cli-controller.lua @@ -9,6 +9,7 @@ mvc.on_load = function (self, parent) self.conf.libdir = self.conf.libdir or ( self.conf.appdir .. "/lib/" ) self.conf.sessiondir = self.conf.sessiondir or "/tmp/" self.conf.script = "" + self.conf.default_prefix = "/acf-util/" self.conf.default_controller = "welcome" parent_exception_handler = parent.exception_handler |