X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-core%2Fluasrc%2Fmodel%2Fcbi%2Fadmin_services%2Fhttpd.lua;fp=modules%2Fadmin-core%2Fluasrc%2Fmodel%2Fcbi%2Fadmin_services%2Fhttpd.lua;h=32c1bab26c3ffbb4b40b7d83c9f94d4fd2e0b52f;hp=083893d48dd726771dab90d06422e07c868b9d38;hb=7d03f8ea8a5edf72b708a8a4f45346048274fae6;hpb=09ecbe73ed51cdbbb204f323ad9207505680cd94 diff --git a/modules/admin-core/luasrc/model/cbi/admin_services/httpd.lua b/modules/admin-core/luasrc/model/cbi/admin_services/httpd.lua index 083893d48..32c1bab26 100644 --- a/modules/admin-core/luasrc/model/cbi/admin_services/httpd.lua +++ b/modules/admin-core/luasrc/model/cbi/admin_services/httpd.lua @@ -1,3 +1,16 @@ +--[[ +LuCI - Lua Configuration Interface + +Copyright 2008 Steven Barth + +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$ +]]-- m = Map("httpd", "Busybox HTTPd", translate("a_srv_http1", "Ein kleiner Webserver, der für die Bereitstellung von LuCI genutzt werden kann.")) s = m:section(TypedSection, "httpd", "")