4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Jasondavis on January 28, 2003, 08:38:49 PM

Title: ecard from 10 days to 20 days
Post by: Jasondavis on January 28, 2003, 08:38:49 PM
how would I change the amount of time an ecard is stored from 10 days to 20 days?
Title: ecard from 10 days to 20 days
Post by: SLL on January 28, 2003, 09:45:07 PM
This defined in /includes/constants.php

// Days postcards will be held in the database
define('POSTCARD_EXPIRY', 10);
Title: thanks
Post by: Jasondavis on January 28, 2003, 10:13:05 PM
thanks I knew I saw it somewhere.