mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-ps3netsrv: code alignment
This commit is contained in:
parent
d62fe0fd35
commit
945b081560
@ -1,4 +1,4 @@
|
||||
module("luci.controller.ps3netsrv",package.seeall)
|
||||
module("luci.controller.ps3netsrv", package.seeall)
|
||||
|
||||
function index()
|
||||
if not nixio.fs.access("/etc/config/ps3netsrv") then
|
||||
|
@ -5,7 +5,7 @@ m = Map("ps3netsrv")
|
||||
m.title = translate("PS3 NET Server")
|
||||
m.description = translate("PS3NETSRV is ISO/PKG server for Sony PlayStation 3 webMAN-MOD plugin")
|
||||
|
||||
m:section(SimpleSection).template = "ps3netsrv/ps3netsrv_status"
|
||||
m:section(SimpleSection).template = "ps3netsrv/ps3netsrv_status"
|
||||
|
||||
s = m:section(TypedSection, "ps3netsrv")
|
||||
s.addremove = false
|
||||
|
Loading…
Reference in New Issue
Block a user