changeset 42 | a00973058be4 |
parent 41 | 7d44aec44603 |
child 46 | 48216cf584d0 |
--- a/lib/Ius/Dav/Htpasswd.pm Wed Jul 20 09:42:44 2011 +0200 +++ b/lib/Ius/Dav/Htpasswd.pm Wed Jul 20 09:45:58 2011 +0200 @@ -68,7 +68,7 @@ ) or die 'Failed to read config!'; $conf->file($_) for grep -e, map "$_/ius-dav-htpasswd.conf", - qw(/etc/ius-dav-htpasswd /usr/local/etc/ius-dav-htpasswd ~/.ius-dav-htpasswd ./ius-dav-htpasswd); + qw(/etc/ius-dav-htpasswd /usr/local/etc/ius-dav-htpasswd ~/.ius-dav-htpasswd .); return { $conf->varlist('.') }; }