X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=c268b349a7b309fbe6d8a8384979685c3bee68a2;hb=HEAD;hp=68030ea7b555ac58e2f6a7b9824a1718c9d7366b;hpb=0f135d31b052aa50c51cc4a15455d02e076dfae8;p=webpdf diff --git a/config.pm b/config.pm index 68030ea..c268b34 100644 --- a/config.pm +++ b/config.pm @@ -10,4 +10,10 @@ our $xserver = ":25"; # Directory for PDF output. our $outputdir = "/home/cassarossa/itk/sesse/public_html/pdf/output"; +# How many thumbnails to show in the “last uploaded” page. +our $show_last = 20; + +# How many days old a file must be to be deleted in routine cleanups. +our $minimum_age = 3; + 1;