fix handling of empty "owner" setting
default interface type (basic/normal/expert) is now configurable sort available languages
This commit is contained in:
parent
ea52604595
commit
fff1a0493a
5 changed files with 20 additions and 15 deletions
|
@ -78,6 +78,10 @@ $FILE_UPLOAD = 1;
|
|||
# disabled). The defaults below should be reasonable - I use them ;)
|
||||
$DEFAULT_OPTIONS = "aBDFGHiJkLMNOpQRSTUWx";
|
||||
|
||||
# Which interface type should be displayed by default?
|
||||
# available values are: easy, normal and expert
|
||||
#$DEFAULT_INTERFACE_TYPE = "normal";
|
||||
|
||||
# What is the title of this document?
|
||||
$HTML_TITLE = "ezmlm-web - a mailinglist administration interface";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue