diff options
author | Steven Barth <steven@midlink.org> | 2008-04-10 18:36:34 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-10 18:36:34 +0000 |
commit | b864e2933ddab6bb40868cd878c9b89f9073ad12 (patch) | |
tree | dac1372defc3f2e72cbb3b57cb94d6fc2e71bf5d /src/ffluci/controller | |
parent | 338f4598eb9c11efd62d77651673f4b179401868 (diff) |
* Added DHCP page
* Prepared Status section
* Minor changes
Diffstat (limited to 'src/ffluci/controller')
-rw-r--r-- | src/ffluci/controller/admin/status.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ffluci/controller/admin/status.lua b/src/ffluci/controller/admin/status.lua new file mode 100644 index 0000000000..bdd51d4629 --- /dev/null +++ b/src/ffluci/controller/admin/status.lua @@ -0,0 +1 @@ +module("ffluci.controller.admin.status", package.seeall)
\ No newline at end of file |