summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-admin-full/luasrc/controller/admin/filebrowser.lua
blob: 25726151382e3488d767e4f56aa0ca8858083e79 (plain)
1
2
3
4
5
6
7
8
9
-- Copyright 2008 Steven Barth <steven@midlink.org>
-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.

module("luci.controller.admin.filebrowser", package.seeall)

function index()
	entry( {"admin", "filebrowser"}, template("cbi/filebrowser") ).leaf = true
end