diff options
author | Steven Barth <steven@midlink.org> | 2008-03-27 23:15:50 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-27 23:15:50 +0000 |
commit | 080d926497657c6828d73fc27f10bd0a4d98d260 (patch) | |
tree | 952b667dfce996fa51f133978bea1371a1caf23b /examples/ffluci/controller/admin/index.lua | |
parent | 077db659bbcb7cee6bbc4c4dbaed9776261190a0 (diff) |
* Removed old examples
Diffstat (limited to 'examples/ffluci/controller/admin/index.lua')
-rw-r--r-- | examples/ffluci/controller/admin/index.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/ffluci/controller/admin/index.lua b/examples/ffluci/controller/admin/index.lua deleted file mode 100644 index 9aec94c867..0000000000 --- a/examples/ffluci/controller/admin/index.lua +++ /dev/null @@ -1,15 +0,0 @@ -module(..., package.seeall) - -function dispatcher(request) - require("ffluci.template").render("header") - print("Hello there, Mr. Administrator") - require("ffluci.template").render("footer") -end - -menu = { - descr = "Administrative", - order = 10, - entries = { - {action = "index", descr = "Hello"} - } -}
\ No newline at end of file |