mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Cleaning in mail interface
This commit is contained in:
parent
49e0dbf9a0
commit
86778572e7
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
local ucic = luci.model.uci.cursor()
|
||||
local dt = require "luci.cbi.datatypes"
|
||||
module("luci.controller.mail", package.seeall)
|
||||
|
||||
function index()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-- Copyright 2018 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
||||
-- Licensed to the public under the Apache License 2.0.
|
||||
|
||||
m = Map("mail", translate("Send mail"), translate("Send mail settings"))
|
||||
m = Map("mail", translate("Send mail"), translate("Set mail settings for services that need to send mails."))
|
||||
|
||||
s = m:section(TypedSection, "smtp", translate("SMTP"))
|
||||
s.anonymous = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue