Globally reduce copyright headers
[project/luci.git] / applications / luci-app-p910nd / luasrc / controller / p910nd.lua
1 -- Copyright 2008 Yanira <forum-2008@email.de>
2 -- Licensed to the public under the Apache License 2.0.
3
4 module("luci.controller.p910nd", package.seeall)
5
6 function index()
7         if not nixio.fs.access("/etc/config/p910nd") then
8                 return
9         end
10
11         local page
12
13         page = entry({"admin", "services", "p910nd"}, cbi("p910nd"), _("p910nd - Printer server"), 60)
14         page.dependent = true
15 end