9 lines
200 B
Plaintext

# Whether to preserve modification times of files downloaded from the server.
# Defaults to "0".
# PreserveFileTimes 0
{
my $FT = $geoip{PreserveFileTimes} || '0';
$OUT ="PreserveFileTimes $FT";
}