diff options
Diffstat (limited to 'core/src/init.lua')
-rw-r--r-- | core/src/init.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/init.lua b/core/src/init.lua index 7af43c7368..ce52d0aad6 100644 --- a/core/src/init.lua +++ b/core/src/init.lua @@ -1,5 +1,5 @@ --[[ -FFLuCI - Freifunk Lua Configuration Interface +LuCI - Lua Configuration Interface Description: Main class @@ -23,7 +23,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -module("ffluci", package.seeall) +module("luci", package.seeall) __version__ = "0.5" -__appname__ = "FFLuCI" +__appname__ = "LuCI" |