diff options
| author | 2013-03-18 20:59:17 +0000 | |
|---|---|---|
| committer | 2013-03-18 20:59:17 +0000 | |
| commit | b92014e4930b1eaf8e28551695656b574b902386 (patch) | |
| tree | 150199075f21f4ff96895e1d0cb0f04428bd3ec7 /config-default/settings.xml | |
| parent | 6fb6c74abf36536e6d5621d93caa1c1556e28afb (diff) | |
Add a command to add usernames/passwords to an htpasswd/htgroup file, add settings for that command to settings.xml, tweak investigate and investigate2 commands
Diffstat (limited to 'config-default/settings.xml')
| -rw-r--r-- | config-default/settings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-default/settings.xml b/config-default/settings.xml index b128cac..fd4c14a 100644 --- a/config-default/settings.xml +++ b/config-default/settings.xml @@ -37,4 +37,8 @@ <lookupexpire>2419200</lookupexpire> <masterchan>#antispammeta</masterchan> <debugchan>#antispammeta-debug</debugchan> + <web> + <userfile>/var/www/.htpasswd</userfile> + <groupfile>/var/www/.htgroup</groupfile> + </web> </settings> |
