Plugin Directory

Changeset 409585


Ignore:
Timestamp:
07/14/2011 05:29:03 AM (15 years ago)
Author:
moshthepitt
Message:

small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dukapress/trunk/lib/timthumb.php

    r409424 r409585  
    1919define ('MAX_WIDTH', 1500);                 // maximum image width
    2020define ('MAX_HEIGHT', 1500);                // maximum image height
    21 define ('ALLOW_EXTERNAL', FALSE);           // allow external website (override security precaution - not advised!)
     21define ('ALLOW_EXTERNAL', TRUE);            // allow external website (override security precaution - not advised!)
    2222define ('MEMORY_LIMIT', '30M');             // set PHP memory limit
    2323define ('MAX_FILE_SIZE', 1500000);          // file size limit to prevent possible DOS attacks (roughly 1.5 megabytes)
Note: See TracChangeset for help on using the changeset viewer.