1 -- Copyright 2012 Gabor Varga <vargagab@gmail.com>
2 -- Licensed to the public under the Apache License 2.0.
4 module("luci.controller.transmission", package.seeall)
7 if not nixio.fs.access("/etc/config/transmission") then
11 local page = entry({"admin", "services", "transmission"}, cbi("transmission"), _("Transmission"))