ae968168f13585f4a963835bf48b22faefebd499
[project/luci.git] / applications / luci-app-shadowsocks-libev / luasrc / controller / shadowsocks-libev.lua
1 -- Copyright 2015 Jian Chang <aa65535@live.com>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.shadowsocks-libev", package.seeall)
5
6 function index()
7         if not nixio.fs.access("/etc/config/shadowsocks-libev") then
8                 return
9         end
10
11         entry({"admin", "services", "shadowsocks-libev"}, cbi("shadowsocks-libev"), _("ShadowSocks-libev"), 74).dependent = true
12 end