filebrowser.lua 319 B

123456789
  1. -- Copyright 2008 Steven Barth <steven@midlink.org>
  2. -- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  3. -- Licensed to the public under the Apache License 2.0.
  4. module("luci.controller.admin.filebrowser", package.seeall)
  5. function index()
  6. entry( {"admin", "filebrowser"}, template("cbi/filebrowser") ).leaf = true
  7. end