Atachment mod. Req. patch
1.2
Hides the option to attache a file, if the max. file size is set to 1 Kb
Peter
http://twopees.flappie.nl
Sources/Post.pl
$filesize_info = $limit != 0 ? qq~Maximum attachment size: $limit KB~ : qq~Maximum attachment size: No limit.~;
$attacher = $limit != 1 ? qq~
Attach:
Allowed file types: @ext. Maximum attachment size: $limit KB
~ : qq~~;
Attach:
Allowed file types: @ext. Maximum attachment size: $limit KB