Ignore:
Timestamp:
10/02/07 22:27:18 (5 years ago)
Author:
hverton
Message:

Added an image upload function to the Wiki module
Optimized the speed of the download panels
Fixed a crash due to "attachment to big" in M2F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/mail2forum/php-files/modules/mail2forum/m2f_config.php

    r836 r862  
    2929// default: 1 
    3030define('M2F_MAX_ATTACHMENTS', 1); 
     31 
     32// Maximum size of an attachments. Attachments bigger that the size defined here will never be send out via 
     33// email, only a link will be included 
     34// 
     35// default: 5242880 
     36define('M2F_MAX_ATTACH_SIZE', 5242880); 
    3137 
    3238// With this switch you control the from address of outgoing email. The default behaviour is to use the email 
Note: See TracChangeset for help on using the changeset viewer.