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