luci修改


效果:

在status栏增加两个入口Call Test 、View Test ;

点击call test可以调用函数将系统重启

点击view test 可以跳转网页到hello.htm



修改:

1、在文件 /usr/lib/lua/luci/controller/admin/status.lua中加入以下内容:

--add singcol
entry({"admin","status","test1"},call("func"),_("Call Test"),8)
entry({"admin","status","test2"},template("admin_status/hello"),_("View Test"),9)


2、在文件 /usr/lib/lua/luci/controller/admin/status.lua中加入以下内容:

function func()
luci.http.prepare_content("text/plain")
luci.http.write("My test call func :rebooting system now...!")
-- luci.sys.reboot()
end

3、在目录/usr/lib/lua/luci/view/admin_status中添加文件hello.htm

内容:

<%+header%>
<h1><%:Hello World%></h1> 
<%+footer%>


4、重启系统





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值