if the new option "$WEBUSERS_FILE" is not defined, then use former default ($LIST_DIR/webusers) for compatibility

This commit is contained in:
io 2005-01-22 14:05:09 +00:00
parent 9b501a222c
commit 325ef9927e
3 changed files with 28 additions and 1 deletions

View file

@ -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?