diff options
Diffstat (limited to 'libs/web/luasrc/view/cbi/map.htm')
-rw-r--r-- | libs/web/luasrc/view/cbi/map.htm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/web/luasrc/view/cbi/map.htm b/libs/web/luasrc/view/cbi/map.htm index d3fc65bd22..053220d185 100644 --- a/libs/web/luasrc/view/cbi/map.htm +++ b/libs/web/luasrc/view/cbi/map.htm @@ -1,18 +1,3 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth <steven@midlink.org> -Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - --%> - <%- if firstmap and messages then local msg; for _, msg in ipairs(messages) do -%> <div class="errorbox"><%=pcdata(msg)%></div> <%- end end -%> |