diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-17 19:07:24 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-17 19:07:24 +0000 |
commit | da6f932420260b1733d152a73b9d86f26f1a29ba (patch) | |
tree | 1815cfa50dad72eb6d7c288feb373c355197e5f3 /modules-controller.lua | |
parent | ae1e3adc2bfa96a71d302ff4b8e8d85dbe7c2779 (diff) | |
download | acf-alpine-baselayout-da6f932420260b1733d152a73b9d86f26f1a29ba.tar.bz2 acf-alpine-baselayout-da6f932420260b1733d152a73b9d86f26f1a29ba.tar.xz |
Removed controllerfunctions from modules controller
Diffstat (limited to 'modules-controller.lua')
-rw-r--r-- | modules-controller.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules-controller.lua b/modules-controller.lua index 8b162a7..11774f0 100644 --- a/modules-controller.lua +++ b/modules-controller.lua @@ -1,6 +1,4 @@ -- the modules controller -require("controllerfunctions") - module (..., package.seeall) default_action = "status" |