3 lines
174 B
Plaintext
3 lines
174 B
Plaintext
PERMS=use esmith::ConfigDB; (esmith::ConfigDB->open_ro->get('ftp')->prop('access') eq "private") ? "000" : "0644"
|
|
FILTER=sub { $_[0] =~ /^#/ ? '' : $_[0] } # Remove comments
|