portconfig.lua 493 B

12345678910111213141516171819
  1. --[[
  2. LuCI - Lua Configuration Interface
  3. Copyright 2013 Nils Schneider <nils@nilsschneider.net>
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. $Id$
  9. ]]--
  10. module("luci.controller.admin.portconfig", package.seeall)
  11. function index()
  12. entry({"admin", "portconfig"}, cbi("admin/portconfig"), _("Network"), 20)
  13. end