if the new option "$WEBUSERS_FILE" is not defined, then use former default ($LIST_DIR/webusers) for compatibility
This commit is contained in:
parent
9b501a222c
commit
325ef9927e
3 changed files with 28 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
$LIST_DIR = "$HOME_DIR/lists";
|
||||
|
||||
# Where is the webusers file for access-permissions
|
||||
# defaults to "$LIST_DIR/webusers"
|
||||
$WEBUSERS_FILE = "$LIST_DIR/webusers";
|
||||
|
||||
# Safe list deletion?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue