fix handling of empty "owner" setting

default interface type (basic/normal/expert) is now configurable
sort available languages
This commit is contained in:
lars 2007-08-13 11:21:26 +00:00
parent ea52604595
commit fff1a0493a
5 changed files with 20 additions and 15 deletions

View file

@ -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";