Author Topic: ecard from 10 days to 20 days  (Read 3178 times)

0 Members and 1 Guest are viewing this topic.

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
ecard from 10 days to 20 days
« 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?

Offline SLL

  • Hero Member
  • *****
  • Posts: 585
    • View Profile
ecard from 10 days to 20 days
« Reply #1 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);

Offline Jasondavis

  • Full Member
  • ***
  • Posts: 157
    • View Profile
thanks
« Reply #2 on: January 28, 2003, 10:13:05 PM »
thanks I knew I saw it somewhere.