4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started 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?
-
This defined in /includes/constants.php
// Days postcards will be held in the database
define('POSTCARD_EXPIRY', 10);
-
thanks I knew I saw it somewhere.